feat: POST /api/v1/agents/search - Gemma4 function calling agent

This commit is contained in:
Accusys
2026-05-22 12:10:37 +08:00
parent 600ce8e964
commit 380dd87d8b
5 changed files with 716 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
pub mod agent_api;
pub mod agent_search;
pub mod auth;
pub mod docs;
pub mod files;