A Python-based multi-agent ecosystem built on Microsoft AutoGen framework for creating conversational and multi-agent applications.
PSAE (Personal Software Agent Ecosystem) is designed to leverage the power of Microsoft AutoGen's programming framework to build sophisticated multi-agent systems. This project aims to create a comprehensive ecosystem where multiple AI agents can collaborate, communicate, and solve complex problems through conversational interfaces.
- Multi-Agent Framework: Built on Microsoft AutoGen for robust agent orchestration
- Conversational AI: Support for natural language interactions between agents
- Extensible Architecture: Modular design for easy agent customization and extension
- Python 3.12: Modern Python features and performance optimizations
- Python 3.12+
- Microsoft AutoGen framework
- Additional dependencies listed in
requirements.txt
- Clone the repository:
git clone https://github.com/yourusername/psae.git
cd psae- Install dependencies:
pip install -r requirements.txtpsae/
├── README.md
├── requirements.txt
├── .python-version
└── (more structure to be added as project develops)
(Documentation will be expanded as the project develops)
Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- Microsoft AutoGen team for providing the foundational framework
- The open-source community for continuous inspiration and support