037db5c381
feat: Major workspace reorganization and documentation update
...
- Add comprehensive documentation in botbook/ with 12 chapters
- Add botapp/ Tauri desktop application
- Add botdevice/ IoT device support
- Add botlib/ shared library crate
- Add botmodels/ Python ML models service
- Add botplugin/ browser extension
- Add botserver/ reorganized server code
- Add bottemplates/ bot templates
- Add bottest/ integration tests
- Add botui/ web UI server
- Add CI/CD workflows in .forgejo/workflows/
- Add AGENTS.md and PROD.md documentation
- Add dependency management scripts (DEPENDENCIES.sh/ps1)
- Remove legacy src/ structure and migrations
- Clean up temporary and backup files
2026-04-19 08:14:25 -03:00
c603618865
Add AzureGPT5 client and provider detection
...
BotServer CI/CD / build (push) Has been cancelled
- Add AzureGPT5Client struct for Responses API
- Add AzureGPT5 to LLMProviderType enum
- Detect provider via azuregpt5 or gpt5 in llm-provider config
- Fix gpt_oss_120b.rs chars.peek() issue
2026-04-16 15:07:23 -03:00
ba3e2675ef
feat: stateful thinking tag stripping for Kimi, Minimax and DeepSeek stream
BotServer CI/CD / build (push) Successful in 3m42s
2026-04-14 16:15:31 -03:00
32f8a10825
fix: normalize episodic/compact roles to system in all LLM providers
BotServer CI/CD / build (push) Successful in 4m1s
2026-04-14 13:47:18 -03:00
1b040a4278
fix: kimi stream - handle channel close, add parse error trace, fix buffer handling
BotServer CI/CD / build (push) Successful in 3m27s
2026-04-13 19:59:00 -03:00
79997fc3b3
fix: kimi max_tokens 131072, add stream traces, content chars tracking
BotServer CI/CD / build (push) Successful in 4m12s
2026-04-13 19:42:31 -03:00
8a65afbfc5
feat: add [BASIC_EXEC] traces for start, tool, scheduler, webhook execution
BotServer CI/CD / build (push) Successful in 3m18s
2026-04-13 18:16:01 -03:00
81c60ceb25
feat: add Kimi client and GLM thinking mode support, fix tool exec direct return
BotServer CI/CD / build (push) Successful in 6m22s
2026-04-13 17:36:31 -03:00