File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010
1111---
1212
13- ## 🎯 Purpose
13+ ## Purpose
1414
1515This crate establishes:
1616
@@ -21,7 +21,7 @@ This crate establishes:
2121
2222---
2323
24- ## 🧩 Core Concepts
24+ ## Core Concepts
2525
2626### Agent Identity
2727
@@ -80,7 +80,7 @@ The lifecycle is managed by the runtime (see `agentropic-runtime`).
8080
8181---
8282
83- ## 📦 What's Included
83+ ## What's Included
8484
8585### Core Types
8686
@@ -109,7 +109,7 @@ The lifecycle is managed by the runtime (see `agentropic-runtime`).
109109
110110---
111111
112- ## 🚀 Usage
112+ ## Usage
113113
114114Add to your ` Cargo.toml ` :
115115``` toml
@@ -162,7 +162,7 @@ impl Agent for SimpleAgent {
162162
163163---
164164
165- ## 🏗️ Architecture
165+ ## Architecture
166166
167167` agentropic-core ` is designed to be:
168168
@@ -182,21 +182,21 @@ impl Agent for SimpleAgent {
182182
183183---
184184
185- ## 📚 Documentation
185+ ## Documentation
186186
187187Full API documentation is available on [ docs.rs] ( https://docs.rs/agentropic-core ) .
188188
189189For guides and tutorials, see [ agentropic-docs] ( https://github.com/agentropic/agentropic-docs ) .
190190
191191---
192192
193- ## 🤝 Contributing
193+ ## Contributing
194194
195195Contributions are welcome! Please see the [ contributing guidelines] ( ../../CONTRIBUTING.md ) .
196196
197197---
198198
199- ## 📜 License
199+ ## License
200200
201201Licensed under either of:
202202
@@ -207,7 +207,7 @@ at your option.
207207
208208---
209209
210- ## 🌟 Status
210+ ## Status
211211
212212** Active Development** - This crate is under active development. APIs may change before 1.0 release.
213213
You can’t perform that action at this time.
0 commit comments