You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,12 @@ Configuration and data are persisted in `~/.sbot` on the host.
52
52
-**Multiple LLM providers** — OpenAI, Anthropic Claude, Google Gemini, Ollama, and any OpenAI-compatible API (Azure OpenAI, Groq, Mistral, DeepSeek, etc.)
53
53
-**Multi-agent orchestration** — ReAct recursive task decomposition + Generative multimodal, agents can be nested and composed
54
54
-**Knowledge base** — Built-in wiki system with automatic document extraction and semantic search, referenced by agents during conversations
55
-
-**Long-term memory** — Full extract → compress pipeline with vector-embedding semantic search
56
-
-**MCP tools** — Standard MCP protocol (stdio/HTTP), connect to any MCP tool ecosystem
-**Token usage tracking** — Built-in consumption statistics with real-time visibility
@@ -104,12 +107,10 @@ Choose a mode:
104
107
105
108
**5. (Optional) Enable Wiki Knowledge Base** — sidebar → **Wiki** → New
106
109
107
-
Built-in knowledge base. Create pages manually (title + content + tags) or let the agent auto-extract knowledge from conversations. Auto-extraction requires an extractor model. Assign wikis to a session or channel; agents can search, read, and create pages via built-in tools.
110
+
Built-in knowledge base. Create pages manually (title + content + tags) or let the insight system auto-extract knowledge from conversations. Assign wikis to a session or channel; agents can search, read, and create pages via built-in tools.
108
111
109
112
| Field | Description |
110
113
|-------|-------------|
111
-
| Extractor | LLM model for auto-extracting knowledge from conversations |
112
-
| Auto-extract | When enabled, the agent extracts valuable knowledge after each reply |
113
114
| Shared | Off = per-thread wiki; On = shared across all threads |
114
115
115
116
---
@@ -123,8 +124,6 @@ Requires an embedding model first (sidebar → **Embeddings** → New). Then ass
Supports global servers shared across all agents and per-agent overrides. Servers auto-restart on failure. Then open an agent → MCP tab to attach the servers you want it to use.
141
140
@@ -268,4 +267,4 @@ WeChat integration connects via the iLink Bot API, with file and image support.
0 commit comments