mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-22 07:11:01 +02:00
docs: add webclaw-api documentation and DOKPLOY.md
This commit is contained in:
parent
f76df1fdba
commit
7e2f65b939
3 changed files with 71 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ cp env.example .env
|
|||
docker compose up -d
|
||||
```
|
||||
|
||||
### Self-Hosted REST API (Dokploy)
|
||||
|
||||
Ready to serve structured JSON for your external apps. Low memory footprint (~30MB), high performance.
|
||||
See [DOKPLOY.md](DOKPLOY.md) for deployment instructions.
|
||||
|
||||
---
|
||||
|
||||
## Why webclaw?
|
||||
|
|
@ -319,6 +324,7 @@ webclaw/
|
|||
webclaw-llm LLM provider chain (Ollama -> OpenAI -> Anthropic)
|
||||
webclaw-pdf PDF text extraction
|
||||
webclaw-mcp MCP server (10 tools for AI agents)
|
||||
webclaw-api REST API server (lightweight, Axum-based)
|
||||
webclaw-cli CLI binary
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue