mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
2992eccbf0
* feat: add request-scoped context policies Add named turn profiles under agents.defaults so callers can opt into per-request context and tool policies without changing default chat behavior. Profiles can disable history, system context, skill prompts, or tools, and can limit skills/tools with allow lists. Wire profile selection through Pico message payloads, agent turn execution, Web chat selection, and Web visual config. Reject invalid turn profiles before saving config through Web APIs and document the new request context policy behavior. * fix: address turn profile review blockers * feat: simplify request context policy config * fix: suppress tool prompt when turn tools are disabled * fix: enforce turn profile tool restrictions
Guides
Task-oriented guides for setup, configuration, and common PicoClaw workflows.
- Docker & Quick Start Guide: install and run PicoClaw with Docker or the launcher.
- Configuration Guide: environment variables, workspace layout, routing, and sandbox settings.
- Session Guide: how session scope affects memory sharing, summaries, and isolation.
- Routing Guide: agent dispatch, session overrides, and light-model routing.
- Chat Apps Configuration: supported chat platforms and channel-specific setup paths.
- Providers & Model Configuration:
model_list, providers, and model routing. - Spawn & Async Tasks: background work, long-running tasks, and sub-agent orchestration.
- PicoClaw Hardware Compatibility List: tested boards and platform notes.
- Using Antigravity Provider in PicoClaw: Google Cloud Code Assist setup and usage.
Translations usually live beside the English source when available.