37 lines
721 B
YAML
37 lines
721 B
YAML
name: DeepAgents Agent
|
|
description: LangChain DeepAgents — deep research agent with planning, multi-step reasoning, and tool orchestration
|
|
version: 1.0.0
|
|
tier: 2
|
|
runtime: deepagents
|
|
model: openai:gpt-4.1-mini
|
|
skills: []
|
|
tools:
|
|
- web_search
|
|
- filesystem
|
|
a2a:
|
|
port: 8000
|
|
streaming: true
|
|
push_notifications: true
|
|
delegation:
|
|
retry_attempts: 3
|
|
retry_delay: 5
|
|
timeout: 300
|
|
escalate: true
|
|
env:
|
|
required:
|
|
- OPENAI_API_KEY
|
|
template_schema_version: 1
|
|
models:
|
|
- id: openai:gpt-4.1-mini
|
|
name: GPT-4.1 Mini (OpenAI)
|
|
required_env:
|
|
- OPENAI_API_KEY
|
|
- id: openai:gpt-4o
|
|
name: GPT-4o (OpenAI)
|
|
required_env:
|
|
- OPENAI_API_KEY
|
|
- id: openai:o4-mini
|
|
name: o4-Mini (OpenAI)
|
|
required_env:
|
|
- OPENAI_API_KEY
|