
Hrishikeshgupta2002/AI-Council
📦 Open Source ProjectHrishikeshgupta2002
A local, free, 4-agent AI council powered by LangChain and Ollama for collaborative group-chat decision making.
AI-Council is a sophisticated multi-agent orchestration project designed to facilitate complex decision-making through collaborative discourse. Built using Python, the framework utilizes LangChain to manage agent state and interaction logic, while Ollama serves as the local inference engine to run open-source models. The architecture features a 4-agent council, where each agent can be configured to represent different perspectives or expertise, allowing for nuanced group discussions. This setup is particularly innovative because it bypasses the traditional dependency on proprietary APIs like OpenAI or Anthropic. By running locally, the project ensures that all data remains on the user's hardware, providing a secure and cost-effective environment for testing agentic behaviors. The repository provides a modular foundation for developers to customize agent prompts, integrate different local models, and refine the communication protocols between agents, making it a highly flexible tool for local AI research and application development.
💡Highlights
- ├─4-agent collaborative council
- ├─Zero API costs via Ollama
- └─Runs entirely on local hardware
🎯For
- ├─AI Researchers
- ├─Python Developers
- └─Open Source Enthusiasts