Thread

KT
Karthikeyan TS5:21 PMOpen in Slack
Hey everyone, I have a doubt, is it like should we need to build agents only with archestra AI or we can use other frameworks like google-adk too??, because if I use google - adk, archestra won't be there between LLM and agent so it can't track the token and other usage metrics....Can someone kindly help me with this?

3 replies
IK
Innokentii Konstantinov (archestra team)11:39 AMOpen in Slack
You can use archestra as an LLMProxy between your agent and LLM Provider, so it will track metrics, prices and usage.
IK
Innokentii Konstantinov (archestra team)11:46 AMOpen in Slack
Instead of creating and Agent in the Archestra UI, go to the "LLMProxies" section, create a new LLMProxy and follow the connection instructions.
The idea is that Agent will communicate with Archestra and Archestra will proxy requests to the LLMProvider.
By doing so, you can track tokens, usage metrics, interactions for external agents.
KT
Karthikeyan TS3:19 PMOpen in Slack
Thank you very much