Skip to content

Commit 2521c25

Browse files
committed
readme updated
1 parent 34826e0 commit 2521c25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
---
1212

13-
## 🎯 Purpose
13+
## Purpose
1414

1515
This 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

114114
Add 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

187187
Full API documentation is available on [docs.rs](https://docs.rs/agentropic-core).
188188

189189
For guides and tutorials, see [agentropic-docs](https://github.com/agentropic/agentropic-docs).
190190

191191
---
192192

193-
## 🤝 Contributing
193+
## Contributing
194194

195195
Contributions are welcome! Please see the [contributing guidelines](../../CONTRIBUTING.md).
196196

197197
---
198198

199-
## 📜 License
199+
## License
200200

201201
Licensed 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

0 commit comments

Comments
 (0)