5 Commits

Author SHA1 Message Date
582b983a32
Complete ai.gpt Python to Rust migration
- Add complete Rust implementation (aigpt-rs) with 16 commands
- Implement MCP server with 16+ tools including memory management, shell integration, and service communication
- Add conversation mode with interactive MCP commands (/memories, /search, /context, /cards)
- Implement token usage analysis for Claude Code with cost calculation
- Add HTTP client for ai.card, ai.log, ai.bot service integration
- Create comprehensive documentation and README
- Maintain backward compatibility with Python implementation
- Achieve 7x faster startup, 3x faster response times, 73% memory reduction vs Python

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 17:42:36 +09:00
b642588696
fix docs 2025-06-02 18:24:04 +09:00
62f941a958
fix config 2025-06-02 00:31:46 +09:00
1c555a706b
fix 2025-06-01 16:40:25 +09:00
797ae7ef69
add memory 2025-05-26 14:57:08 +09:00