v0.1.0 #171
TedSIWEILIU
announced in
Announcements
v0.1.0
#171
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 EvoAgentX v0.1.0 Release Notes
We are excited to release EvoAgentX v0.1.0, the first official version of our self-evolving agent framework. EvoAgentX enables developers, researchers, and AI enthusiasts to build, evaluate, and evolve agentic workflows with ease.
This release introduces the foundation of the EvoAgentX ecosystem, including workflow orchestration, long-term memory agents, RAG integration, and agent toolkits.
⸻
✨ Highlights
• 🔧 Agentic Workflow Orchestration Engine
• 🧠 Long-Term and short-term Memory Agent (MemoryAgent)
• 📚 RAG (Retrieval-Augmented Generation) Integration
• Support for built-in tools and external tools (MCP, HTTP, CLI, etc.)
• Support for Human-in-the-loop
⸻
📦 Installation
You can install the latest version from GitHub Release:
pip install evoagentx
Or build from source:
git clone https://github.com/EvoAgentX/EvoAgentX.git
cd EvoAgentX
pip install .
📘 Documentation
Documentation is being actively developed at:
🔗 https://github.com/EvoAgentX/EvoAgentX/blob/main/docs
⸻
🙌 New Contributors
Thanks to the following contributors
@bitkira
@Bhaskar-scientist
@xyq116
🤝 Contributing
We welcome issues, feature requests, and pull requests!
Please see CONTRIBUTING.md for more details.
⸻
🔒 License
Source code in this repository is made available under the MIT License.
This discussion was created from the release v0.1.0.
All reactions