Skip to main content

Module types

Module types 

Source
Expand description

Configuration types for the agentic tools ecosystem.

The root type is AgenticConfig, which contains namespaced sub-configs for different concerns: subagents, reasoning, services, orchestrator, web retrieval, CLI tools, and logging.

Structsยง

AgenticConfig
Root configuration for all agentic tools.
AnthropicServiceConfig
Anthropic API service configuration.
CliToolsConfig
Configuration for CLI tools (grep, glob, ls).
ExaServiceConfig
Exa search API service configuration.
LoggingConfig
Logging and diagnostics configuration.
OrchestratorConfig
Configuration for opencode-orchestrator-mcp.
ReasoningConfig
Configuration for gpt5-reasoner tool.
ServicesConfig
External service configurations.
SubagentsConfig
Configuration for coding-agent-tools subagents (ask_agent tool).
WebRetrievalConfig
Configuration for web-retrieval tools (web_fetch, web_search).
WebSummarizerConfig
Configuration for the web summarizer (Haiku).