v1.0.3 — complete Docker image
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 consoledocker run -i --rm yamantaka520/agent-memory-os:1.0.3 mcp— stdio MCP serverdocker 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