Skip to content

SequentialAgents, Autonomous Execution #708

Closed Answered by zbigniev
a-ml asked this question in Q&A
Discussion options

You must be logged in to vote

@a-ml I believe you are referring to adk cli or web, where the first input is expected from the user, whereas what you want is for the sequential agent to start running without user input https://github.com/google/adk-python/blob/main/src/google/adk/cli/cli.py#L85.

I think cli and web have those limitations. You'd have to implement a custom runner and session and run them in a while True loop. Have a look at the tutorial - Agent Team (https://google.github.io/adk-docs/tutorials/agent-team/) which creates a custom runner and session

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@a-ml
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by a-ml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants