Skip to content

v1.0.3 — complete Docker image

Choose a tag to compare

@yamantaka520 yamantaka520 released this 11 Jul 21:59

Docker packaging release. No engine/SDK changes from 1.0.2.

  • The published Docker image is now the complete AgentMemoryOS — Web console + MCP server + turbovec + CLI in one image — and dispatches by argument:
    • docker run -p 8000:8000 -v amos-data:/data yamantaka520/agent-memory-os:1.0.3 — web console
    • docker run -i --rm yamantaka520/agent-memory-os:1.0.3 mcp — stdio MCP server
    • docker run --rm yamantaka520/agent-memory-os:1.0.3 check — any CLI command
  • docker-compose (single + mesh) build the complete image too.

Verified end to end, including a real MCP introspection handshake against the container.

🤖 Generated with Claude Code