AGI_Assistant / agent-os.json
Dmitry Beresnev
Fix agent-os and odysseus services
2c2651e
Raw
History Blame Contribute Delete
546 Bytes
{
"service": "agent-os",
"source": "https://github.com/buildermethods/agent-os",
"note": "Agent OS scaffolds standards/specs files and Claude Code slash commands into the project at build time (see project-install.sh in the Dockerfile). It has no daemon of its own; this config drives the status-server wrapper that exposes the scaffolded artifacts over HTTP.",
"project_root": "/app",
"standards_dir": "agent-os/standards",
"commands_dir": ".claude/commands/agent-os",
"gateway": {
"host": "127.0.0.1",
"port": 18795
}
}