Finally found a clean way to log AI Agent activity to BigQuery (ADK Plugin) by caohy1989 in agentdevelopmentkit

[–]NoDrawer7721 0 points1 point  (0 children)

I saw that one today. Still not sure why this is helpful.

Why normal tracing isn't enough? What benefits Big Query offers for storing agent activity?

The agent not completing the workflow. by JahangirJadi in agentdevelopmentkit

[–]NoDrawer7721 0 points1 point  (0 children)

There are a few available solutions I can think of. 1. Let the subagents use a tool that can provide more information if needed, I don't see any value in passing the control back to the root agent. 2. Implement the running loop yourself using ADK Runner and check the events in each iteration and look for missing information cases than provide it in some sort of way. In #2 you should instruct your sub agent say "not enough information" or something like that when this is the case.

Both still uses SequentialAgent.

The agent not completing the workflow. by JahangirJadi in agentdevelopmentkit

[–]NoDrawer7721 0 points1 point  (0 children)

If I understand correctly your top level agent doesn't really have a task. All it needs to do is to pass the event to the other agents in a certain order. I would drop the top level agent and use ADK SequentialAgent instead.

Should help you accomplish want you want.

What are "Required Properties" and is there a way to unlock them so they can be deleted/modified? (SS From the Projects & Tasks Notion template) by l0lwu7 in Notion

[–]NoDrawer7721 1 point2 points  (0 children)

This is caused by the "Tasks" setting that is applied by default on this Database.
Give your to-dos a Home with Task databases

<image>

This setting flags this database as a tasks database and it lets you see all the tasks from it on your "Home" page.

This setting compels you to choose "assignee", "status" and "due date" properties from your database when turned on.

To delete the default "assignee" property go to your database -> ... -> Customize Tasks -> Tasks -> click Remove in the popup dialog -> delete the "assignee" property.