Set up Commonwealth game project with complete agent team (18 agents), discussion archives (12 rounds), briefing system, ticketing database, Qdrant document search, and skill definitions. Establishes the documentation and tooling foundation for engine selection and implementation phases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
225 B
JSON
9 lines
225 B
JSON
{
|
|
"sqlite_db": "../commonwealth.db",
|
|
"qdrant_url": "http://tower-of-joy:6333",
|
|
"ollama_url": "http://tower-of-joy:11434",
|
|
"collection": "commonwealth",
|
|
"embed_model": "nomic-embed-text",
|
|
"embed_dimensions": 768
|
|
}
|