AjatusAgents are autonomous AI agents that perform specific tasks within the Ajatuskumppani ecosystem. They are designed to be modular, extensible, and easy to create.
- Task AI: Manages tasks and to-do lists.
- News AI: Monitors news feeds and provides summaries.
- Social AI: Interacts with social media platforms.
- Trade AI: Executes trades on cryptocurrency exchanges.
- Autonomous: Agents run independently and can be configured to run on a schedule.
- Extensible: Easily create new agents for custom tasks.
- Tool-based: Agents use a variety of tools to interact with the outside world.
- LangChain/LangGraph: Built on the powerful LangChain and LangGraph frameworks.
- Python 3.11+
- Clone the repository:
git clone https://github.com/pinnacore-ai/ajatuskumppani.git cd ajatuskumppani/ajatus-agents - Install the dependencies:
pip install -r requirements.txt
This project is licensed under the AGPL 3.0 License. See the LICENSE file for details.