Skip to content

Commit fe055dd

Browse files
committed
readme ui image
1 parent b05f914 commit fe055dd

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/spacebot-ui.webp

341 KB
Loading

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
> **One-click deploy with [spacebot.sh](https://spacebot.sh)** — connect your Discord, Slack, Telegram, or Twitch, configure your agent, and go. No self-hosting required.
3737
3838
<p align="center">
39-
<img src=".github/spacebot-ui.jpg" alt="Spacebot UI" />
39+
<img src=".github/spacebot-ui.webp" alt="Spacebot UI" />
4040
</p>
4141

4242
---
@@ -278,7 +278,7 @@ spacebot status # show pid and uptime
278278
spacebot auth login # authenticate via Anthropic OAuth
279279
```
280280

281-
The binary creates all databases and directories automatically on first run. See the [quickstart guide](docs/content/docs/(getting-started)/quickstart.mdx) for more detail.
281+
The binary creates all databases and directories automatically on first run. See the [quickstart guide](<docs/content/docs/(getting-started)/quickstart.mdx>) for more detail.
282282

283283
### Authentication
284284

@@ -310,7 +310,7 @@ OAuth tokens are stored in `anthropic_oauth.json` and auto-refresh before each A
310310

311311
| Layer | Technology |
312312
| --------------- | --------------------------------------------------------------------------------------------------------------- |
313-
| Language | **Rust** (edition 2024) — single binary, no runtime dependencies, no GC pauses |
313+
| Language | **Rust** (edition 2024) — single binary, no runtime dependencies, no GC pauses |
314314
| Async runtime | **Tokio** |
315315
| LLM framework | **[Rig](https://github.com/0xPlaygrounds/rig)** v0.31 — agentic loop, tool execution, hooks |
316316
| Relational data | **SQLite** (sqlx) — conversations, memory graph, tasks, goals, cron jobs |
@@ -331,20 +331,20 @@ Single binary, no server dependencies. All data lives in embedded databases in a
331331

332332
## Documentation
333333

334-
| Doc | Description |
335-
| -------------------------------------- | -------------------------------------------------------- |
336-
| [Quick Start](docs/content/docs/(getting-started)/quickstart.mdx) | Setup, config, first run |
337-
| [Config Reference](docs/content/docs/(configuration)/config.mdx) | Full `config.toml` reference |
338-
| [Architecture](ARCHITECTURE.md) | Process types, tool access, memory internals, multi-agent |
339-
| [Memory](docs/content/docs/(core)/memory.mdx) | Memory system design |
340-
| [Tools](docs/content/docs/(features)/tools.mdx) | All available LLM tools |
341-
| [Routing](docs/content/docs/(core)/routing.mdx) | Model routing and fallback chains |
342-
| [Secrets](docs/content/docs/(configuration)/secrets.mdx) | Credential storage, encryption, output scrubbing |
343-
| [Sandbox](docs/content/docs/(configuration)/sandbox.mdx) | Process containment and environment sanitization |
344-
| [Cron Jobs](docs/content/docs/(features)/cron.mdx) | Scheduled recurring tasks |
345-
| [MCP](docs/content/docs/(features)/mcp.mdx) | External tool servers via Model Context Protocol |
346-
| [OpenCode](docs/content/docs/(features)/opencode.mdx) | OpenCode as a worker backend |
347-
| [Messaging](docs/content/docs/(messaging)/messaging.mdx) | Adapter architecture and platform setup |
334+
| Doc | Description |
335+
| ------------------------------------------------------------------- | --------------------------------------------------------- |
336+
| [Quick Start](<docs/content/docs/(getting-started)/quickstart.mdx>) | Setup, config, first run |
337+
| [Config Reference](<docs/content/docs/(configuration)/config.mdx>) | Full `config.toml` reference |
338+
| [Architecture](ARCHITECTURE.md) | Process types, tool access, memory internals, multi-agent |
339+
| [Memory](<docs/content/docs/(core)/memory.mdx>) | Memory system design |
340+
| [Tools](<docs/content/docs/(features)/tools.mdx>) | All available LLM tools |
341+
| [Routing](<docs/content/docs/(core)/routing.mdx>) | Model routing and fallback chains |
342+
| [Secrets](<docs/content/docs/(configuration)/secrets.mdx>) | Credential storage, encryption, output scrubbing |
343+
| [Sandbox](<docs/content/docs/(configuration)/sandbox.mdx>) | Process containment and environment sanitization |
344+
| [Cron Jobs](<docs/content/docs/(features)/cron.mdx>) | Scheduled recurring tasks |
345+
| [MCP](<docs/content/docs/(features)/mcp.mdx>) | External tool servers via Model Context Protocol |
346+
| [OpenCode](<docs/content/docs/(features)/opencode.mdx>) | OpenCode as a worker backend |
347+
| [Messaging](<docs/content/docs/(messaging)/messaging.mdx>) | Adapter architecture and platform setup |
348348

349349
---
350350

0 commit comments

Comments
 (0)