跳转到内容

freeanima_docs ToolSet

On-demand Habitat ToolSet for reading product documentation under docs/. Load with:

toolset_load(["freeanima_docs"])

Then use:

ToolPurpose
freeanima_docs_listList docs (path + title). Optional prefix (e.g. cognition/, tools/)
freeanima_docs_getFull Markdown by relative path (e.g. product/architecture.md)
freeanima_docs_searchKeyword AND search over path, title, and body

README.md is listed first so agents can orient from the index.

PrefixUse when asking…
product/What is FreeAnima / data model?
cognition/How does memory, sleep, self, time work?
ui/Visual foundations, components, UX patterns
aspects/Cross-cutting design planes (data, sync, …)
modules/What product capabilities exist?
tools/Built-in ToolSet boundaries
ops/Install, security, RPC, remote access
  • Source: repo docs/**/*.md (standalone builds embed the same tree).
  • Skips docs/.generated/ (translated builds).
  • Do not put acceptance checklists, ephemeral QA notes, or IDE-only implementation rules in docs/ — those belong outside this corpus (e.g. .agent/rules/).