文件最后提交记录最后更新时间
feat(examples): add nvidia deep agent (#1822) Add a multi-model deep research agent example built on NVIDIA's AIQ deep research pattern. Uses Claude for orchestration and NVIDIA Nemotron for web research, with GPU-accelerated data analysis via Modal sandboxes and NVIDIA RAPIDS (cuDF/cuML). - Multi-model architecture: Frontier model (orchestrator + data processor) + Nemotron Super (researcher) - GPU sandbox execution via Modal with RAPIDS for accelerated analytics and ML - Skill-based agent memory with self-improving knowledge files - Tavily web search with full page content fetching2 个月前
feat(examples): add nvidia deep agent (#1822) Add a multi-model deep research agent example built on NVIDIA's AIQ deep research pattern. Uses Claude for orchestration and NVIDIA Nemotron for web research, with GPU-accelerated data analysis via Modal sandboxes and NVIDIA RAPIDS (cuDF/cuML). - Multi-model architecture: Frontier model (orchestrator + data processor) + Nemotron Super (researcher) - GPU sandbox execution via Modal with RAPIDS for accelerated analytics and ML - Skill-based agent memory with self-improving knowledge files - Tavily web search with full page content fetching2 个月前
chore(examples): update nvidia model (#1855)2 个月前
fix(examples): replace FilesystemBackend with upload_files in nvidia example (#1973) Closes #1862 --- Remove FilesystemBackend and CompositeBackend from the nvidia deep agent example. The old pattern routed skill/memory reads to the local filesystem, which isn't representative of production — skills don't originate from the host machine in a real deployment. The backend now uploads skill and memory files directly into the Modal sandbox on creation via upload_files, so the agent operates entirely within the sandbox.2 个月前
feat(examples): add nvidia deep agent (#1822) Add a multi-model deep research agent example built on NVIDIA's AIQ deep research pattern. Uses Claude for orchestration and NVIDIA Nemotron for web research, with GPU-accelerated data analysis via Modal sandboxes and NVIDIA RAPIDS (cuDF/cuML). - Multi-model architecture: Frontier model (orchestrator + data processor) + Nemotron Super (researcher) - GPU sandbox execution via Modal with RAPIDS for accelerated analytics and ML - Skill-based agent memory with self-improving knowledge files - Tavily web search with full page content fetching2 个月前
feat(examples): add nvidia deep agent (#1822) Add a multi-model deep research agent example built on NVIDIA's AIQ deep research pattern. Uses Claude for orchestration and NVIDIA Nemotron for web research, with GPU-accelerated data analysis via Modal sandboxes and NVIDIA RAPIDS (cuDF/cuML). - Multi-model architecture: Frontier model (orchestrator + data processor) + Nemotron Super (researcher) - GPU sandbox execution via Modal with RAPIDS for accelerated analytics and ML - Skill-based agent memory with self-improving knowledge files - Tavily web search with full page content fetching2 个月前