The research agent template is for agents that gather information, synthesize findings, and return a structured answer or report.Documentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
Use this template for:- market research,
- competitor summaries,
- topic briefs,
- literature-style summaries,
- internal knowledge gathering.
Typical Inputs
A research agent usually accepts:- topic or question,
- desired depth,
- audience,
- optional source constraints,
- output format.
Runtime Notes
Research agents often call external search, scraping, or browser tools. Declare required tool keys inruntime.adapter.environment_variables and avoid hardcoding credentials.
Example:
Development Flow
Publishing Checklist
- Input schema is clear for non-technical users.
- Output format is predictable.
- Tool keys are declared in the manifest.
- The agent handles missing or low-quality search results.
