Glossary term
Glossary term
Agentic Systems
A cycle that an agent iterates through until a termination condition is met. The cycle typically consists of the following four stages:
Created for this library
A research assistant agent runs the agentic loop of observe, reason, act, then check, repeating until the literature search is complete or it asks for human input.
A marketing agent's agentic loop polls its email inbox, decides which lead to follow up, drafts a reply, and waits for the next batch of replies.
A code-migration agent loops through scanning the repo, reasoning about the next file to migrate, running the change, and verifying tests pass.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License