This commit is contained in:
Sumanth Kamenani 2025-09-24 13:24:23 -04:00 committed by GitHub
commit b3271c6c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 905 additions and 17 deletions

View file

@ -35,6 +35,7 @@ def available_providers() -> list[ProviderSpec]:
Api.vector_dbs,
Api.tool_runtime,
Api.tool_groups,
Api.telemetry,
],
description="Meta's reference implementation of an agent system that can use tools, access vector databases, and perform complex reasoning tasks.",
),