mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
Add artifacts server documentation
This commit is contained in:
parent
0a7d1fa51e
commit
7272eb9274
2 changed files with 482 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ A Slack bot powered by an LLM that can execute bash commands, read/write files,
|
|||
- **Working Memory & Custom Tools**: Mom remembers context across sessions and creates workflow-specific CLI tools ([aka "skills"](https://mariozechner.at/posts/2025-11-02-what-if-you-dont-need-mcp/)) for your tasks
|
||||
- **Thread-Based Details**: Clean main messages with verbose tool details in threads
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Artifacts Server](docs/artifacts-server.md) - Share HTML/JS visualizations publicly with live reload
|
||||
- [Events System](docs/events.md) - Schedule reminders and periodic tasks
|
||||
- [Sandbox Guide](docs/sandbox.md) - Docker vs host mode security
|
||||
- [Slack Bot Setup](docs/slack-bot-minimal-guide.md) - Minimal Slack integration guide
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue