Skip to content

Commit d76debe

Browse files
Lanzelot1claude
andcommitted
chore: bump version to 0.6.0 and fix README paths
- Fix broken example paths in README - Bump version for release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8a8c9b5 commit d76debe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In this example:
159159

160160
Try it yourself:
161161
```bash
162-
uv run python examples/kayba_ace_test.py
162+
uv run python examples/litellm/seahorse_emoji_ace.py
163163
```
164164

165165
### 🌐 Browser Automation
@@ -267,7 +267,7 @@ Automatically tracks: LLM calls, costs, playbook evolution. View at [comet.com/o
267267
- [Browser Automation](examples/browser-use/) - Self-improving browser agents
268268
- [LangChain Integration](examples/langchain/) - Wrap chains/agents with learning
269269
- [Custom Integration](examples/custom_integration_example.py) - Pattern for any agent
270-
- [Async Learning Demo](examples/async_learning_demo.py) - Background learning example
270+
- [Async Learning Demo](examples/litellm/async_learning_example.py) - Background learning example
271271
- [Integration Guide](docs/INTEGRATION_GUIDE.md) - Add ACE to existing agents
272272
- [ACE Framework Guide](docs/COMPLETE_GUIDE_TO_ACE.md) - Deep dive into Agentic Context Engineering
273273
- [Prompt Engineering](docs/PROMPT_ENGINEERING.md) - Advanced prompt techniques

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ace-framework"
7-
version = "0.5.1"
7+
version = "0.6.0"
88
description = "Build self-improving AI agents that learn from experience"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)