# adolf-llm — conversational Kimi-CLI wrapper (P2, :8010). OpenAI-compatible, # model id "adolf". Real streaming, chat_id session mapping (1:1 kimi -r resume), # media persistence, shared .mcp.json per session. cognee/MCP wiring is stubbed # until P4/P5. Needs `kimi login` credentials seeded into its own home volume. # Orchestrator: merge this `adolf-llm` service + the two named volumes into # openai/docker-compose.yml (do NOT edit that file here). services: adolf-llm: build: ./adolf-llm container_name: adolf-llm ports: - "8010:8010" volumes: - adolf-llm-workspace:/workspace - adolf-llm-home:/root/.kimi-code restart: unless-stopped volumes: adolf-llm-workspace: adolf-llm-home: