Expand description
Built-in tool and agent extensions.
Extensions are optional building blocks that can be registered with an
EngineBuilder or used directly in tests.
They cover common runtime needs such as structured extraction, web fetching,
workspace filesystem access, shell execution, notes, skills, todos, and
search.
§Key Components
fetch: signed HTTP fetching and resource loading.fs: workspace-scoped file read, write, search, and edit tools.note: lightweight per-agent note storage.shell: native or sandboxed command execution.skill: file-backed skill loading and lifecycle management.- [
todo]: session-scoped task tracking for long-running agents.
Modules§
- extractor
Deprecated - A module for extracting structured data from unstructured text using Language Models (LLMs).
- fetch
- Fetch Resources Extension for Anda Engine
- fs
- google
Deprecated - Google Search Extension for Anda Engine
- note
- Persistent note tool for agent-scoped self-memory.
- shell
- Shell command execution extension.
- skill
- Skills manager extension.
- todo
- Todo extension primitives.