@astreus-ai/astreus
v0.5.30
Published
Open-source AI agent framework for building autonomous systems that solve real-world tasks effectively.
Maintainers
Readme

Open-source AI agent framework for building autonomous systems that solve real-world tasks effectively.
Installation
npm install @astreus-ai/astreusBasic Usage
import { Agent } from '@astreus-ai/astreus';
const agent = await Agent.create({
name: 'Assistant',
model: 'gpt-4o',
memory: true
});
const response = await agent.ask('How can you help me?');Core Features
- Sub-Agents: Intelligent task delegation with specialized agent coordination, hierarchical workflows, and LLM-powered assignment
- Advanced Memory System: Per-agent persistent memory with automatic context integration and vector search capabilities
- Task Orchestration: Structured task execution with status tracking, dependency management, and streaming support
- Graph Workflows: Complex workflow orchestration with conditional execution, parallel processing, and sub-agent integration
- MCP Integration: Model Context Protocol support for seamless external tool and service connections
- Plugin System: Extensible tool integration with JSON schema validation and automatic LLM function calling
- Vision Processing: Built-in image analysis and document processing capabilities for multimodal interactions
- Knowledge Base: RAG integration with document chunking, vector embeddings, and similarity search
- Multi-LLM Integration: Unified interface for OpenAI, Claude, Gemini, and Ollama with automatic model routing
📖 Documentation
For detailed documentation and advanced features, visit:
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
📬 Contact
Astreus Team - https://astreus.org
Project Link: https://github.com/astreus-ai/astreus
