A Python 3.14 application that creates a "council" of multiple AI agents (via LM Studio) that communicate in round-robin fashion to solve user-defined problems.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
fix: resolve circular import by removing CouncilManager from core exports
d74cf57View on GitHubdocs: update README to use uv commands and fix architecture diagram
57c761bView on GitHubdocs: update README with Phase 5 features and improvements
ebf455fView on GitHubfeat(storage): add session search and enhanced management
92608daView on GitHubfeat(cli): add config-templates and config-init commands
39b6fa4View on GitHubfeat(templates): implement configuration template system
613f3a9View on GitHubfeat(cli): add export-session command with format selection
6369aa9View on GitHubfeat(export): add markdown exporter with Jinja2 template
130a1e9View on GitHubfeat(export): implement base export system infrastructure
d37b204View on GitHubfeat(session): add enhanced metadata fields to ConversationHistory
46a21f7View on GitHub