#agent-loop

[ follow ]
fromArs Technica
3 days ago

OpenAI spills technical details about how its AI coding agent works

The agent takes input from the user and prepares a textual prompt for the model. The model then generates a response, which either produces a final answer for the user or requests a tool call (such as running a shell command or reading a file). If the model requests a tool call, the agent executes it, appends the output to the original prompt, and queries the model again. This process repeats until the model stops requesting tools and instead produces an assistant message
Artificial intelligence
Artificial intelligence
fromInfoQ
8 months ago

Azure Logic Apps Introduces 'Agent Loop' for Building AI Agents in Enterprise Workflows

Microsoft's Agent Loop enables developers to incorporate AI agents into workflows with Azure Logic Apps, enhancing enterprise automation.
[ Load more ]