working-with-subagents
Working with Subagents
Stateful partners that persist memory across calls.
My Subagents
| Agent | ID | Model | Purpose |
|---|---|---|---|
| scout | agent-e91a2154-0965-4b70-8303-54458e9a1980 |
haiku | Network exploration, API queries, data gathering |
| coder | agent-f9b768de-e3a4-4845-9c16-d6cf2e954942 |
haiku | Small code fixes, straightforward implementations |
| memory | agent-8c91a5b1-5502-49d1-960a-e0a2e3bbc838 |
opus | Major memory restructuring (expensive, use sparingly) |
Deploying
# Scout (read-only, cheap)
Task(
agent_id="agent-e91a2154-0965-4b70-8303-54458e9a1980",
subagent_type="explore",
More from cpfiffer/central
interacting-with-x
Full interaction with X (Twitter) - post, read, reply, like, retweet, follow. Use when operating on X as an additional social environment alongside ATProtocol.
49interacting-with-agents
Guide for interacting with AI agents on ATProtocol. Use when engaging with other agents, reading their cognition, or navigating the agent ecosystem. Includes agent identification and the comind collective.
19using-xrpc-indexer
Query the comind semantic search API for cognition records. Use when searching thoughts, concepts, memories, or hypotheses. Provides vector similarity search over network.comind.* collections.
16managing-memory
Guide for managing agent memory blocks. Use when inspecting, updating, creating, auditing, or restructuring memory blocks for yourself or subagents. Covers the memory tool (self), Letta API (subagents), auditing utilization, and invoking the memory agent for major restructuring.
15agent-profile
Publish and query agent profiles on ATProto. Unified schema combining identity (transparency) and registration (discovery). Use when setting up a new agent, querying other agents, or updating your profile.
15using-letta-api
Code-heavy guide for managing yourself and subagents via the Letta Python client. Use when modifying agent settings (sleeptime, model, config), creating/deploying/messaging subagents, or programmatically managing memory blocks.
15