410227aaf2
Fix: Correct API call with system prompt and tools
2026-04-11 23:07:45 +08:00
f577967489
Fix: Properly handle tool calls with results returned to API
2026-04-11 22:54:02 +08:00
b33a87d19e
feat: 实现流式消息显示和界面优化
2026-04-11 09:30:56 +08:00
4075f9a30d
fix: Fix import path in config_manager
...
- Use relative import from models.config
- Fix ModuleNotFoundError
- Application now starts correctly
2026-04-10 19:57:19 +08:00
2f99124941
feat: Add config persistence
...
- Create ConfigManager for save/load
- Save config to config.json
- Load config on startup
- Persist API key, model, base_url
- Fix config not saved issue
2026-04-10 19:51:20 +08:00
6689f08456
feat: Add embedded SQLite database and web interface
...
- Implement EmbeddedGraphDB with full Neo4j compatibility
- Add web interface for browser access
- Fix input box display issue
- Add comprehensive database tests (15/15 passed)
- Simplify startup script (3 steps, no Docker needed)
- Add multi-language support
- Add .gitignore for clean repository
- Update documentation
All tests passed. Ready for production.
2026-04-10 15:43:22 +08:00