mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
83b6ee608ca0ee18c5ce93f486975e9e66f64608
- Add SetupBotContainer to ContainerLifecycle interface so containers are automatically created when a bot is created, matching the existing cleanup-on-delete behavior. - Refactor schedule tools to use bot-scoped API paths and pass identity context for proper authorization. - Introduce dedicated trigger-schedule endpoint in chat resolver with explicit schedule payload instead of reusing the generic chat path. - Generate short-lived JWT tokens for schedule trigger callbacks with resolved bot owner identity. - Validate required parameters in NewLLMClient and NewOpenAIEmbedder constructors, returning errors instead of falling back to defaults. - Add unit tests for schedule token generation and chat resolver.
refactor: replace global channel registry with instance-based Registry and interface-driven adapters
Roadmap
Please refer to the Roadmap Version 0.1 for more details.
Development
Refer to CONTRIBUTING.md for more details.
Star History
LICENSE: AGPLv3
Copyright (C) 2026 Memoh. All rights reserved.
Languages
Go
66.8%
Vue
19.9%
TypeScript
12.6%
Shell
0.5%
