Deploying Agentic Flows
Agents are a special form of orchestration flows. They iterate in a reasoning loop, decide which tools to call, process the tool results, and iterate until they are satisfied that they have the final answer.
Agents using Tower apps as tools
This agent is based on the LangChain framework and maintains ticker data (open/close prices and volume) for a list of tickers.