This commit is contained in:
Francisco Arceo 2025-10-27 10:47:57 -07:00 committed by GitHub
commit 1665c6c4be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
470 changed files with 17725 additions and 2810 deletions

View file

@ -65,8 +65,8 @@ providers:
config:
api_key: ${env.TAVILY_SEARCH_API_KEY:+}
max_results: 3
- provider_id: rag-runtime
provider_type: inline::rag-runtime
- provider_id: file_search-runtime
provider_type: inline::file_search-runtime
config: {}
- provider_id: model-context-protocol
provider_type: remote::model-context-protocol
@ -119,8 +119,8 @@ registered_resources:
tool_groups:
- toolgroup_id: builtin::websearch
provider_id: tavily-search
- toolgroup_id: builtin::rag
provider_id: rag-runtime
- toolgroup_id: builtin::file_search
provider_id: file_search-runtime
server:
port: 8323
telemetry: