| 6 | * Configuration for Context7 agent. |
| 7 | */ |
| 8 | export interface Context7AgentConfig extends ToolLoopAgentSettings<never, ToolSet> { |
| 9 | /** |
| 10 | * Context7 API key. If not provided, uses the CONTEXT7_API_KEY environment variable. |
| 11 | */ |
| 12 | apiKey?: string; |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Context7 documentation search agent |
nothing calls this directly
no outgoing calls
no test coverage detected