You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit confused as to the implementation requirements of artifacts. If I want to implement them is it required that I set up my own custom runner, artifact service, memory service, etc. or can I integrate within the default structure in which we are only required to define our agent and tools?
If it is possible to implement without requiring the creation of a main.py to run everything and can be utilized through adk web, how do we add this feature correctly? I want my agent to be able to access a large store of information whenever a user query necessitates that the agent reference it but do so without flooding its context.
Any shared code on the most simple method of saving and loading artifacts correctly so that the agent can interact with them would be much appreciated, thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused as to the implementation requirements of artifacts. If I want to implement them is it required that I set up my own custom runner, artifact service, memory service, etc. or can I integrate within the default structure in which we are only required to define our agent and tools?
If it is possible to implement without requiring the creation of a main.py to run everything and can be utilized through adk web, how do we add this feature correctly? I want my agent to be able to access a large store of information whenever a user query necessitates that the agent reference it but do so without flooding its context.
Any shared code on the most simple method of saving and loading artifacts correctly so that the agent can interact with them would be much appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions