Comment by mountainriver
Comment by mountainriver 12 hours ago
The frameworks are all pointless, just use AI assist to create agents in python or ideally a language with concurrency.
You will be happy you did
Comment by mountainriver 12 hours ago
The frameworks are all pointless, just use AI assist to create agents in python or ideally a language with concurrency.
You will be happy you did
You can just tell the AI which format you want the input in, in natural language.
I'm saying that having tools/subagents is less tokens
For example, instead of a JSON schema in your prompt, use an Open API subagent with API tools to keep your primary contexts clean
https://google.github.io/adk-docs/tools-custom/openapi-tools...
You will undoubtedly be recreating what already exists in LangGraph. And you'll probably be doing it worse.