Here is a short video about building AI Agents and Agentic Workflows using Coda AI
Video: Build AI AGENTS in Coda
AI AGENTS are implemented as Coda Tables.
- Each type of Agent is a separate table and each instance of the Agent is a row in that table.
- Agents are invoked by adding a row to the table with the relevent data.
- The agent’s internal logic is controled by an action formula
- Each AI Interaction within the agent has 3 parts
- A formula builds a PROMPT using data from your tables
- The prompt is executed by Coda AI and returns a RESPONSE
- A formula parses the response and updates your tables with the data items
- The action formula will then decide which AI AGENT to invoke next to progress the workflow
If you need to execute a RAG (a Retreival-Augmented Generative request using your own Knowledge Base), then you use a pack (eg: AI Assistant Magic pack by Troy Larson).
If you need to include a live Web query, the you can use the Perplexity pack by Daniel Basile).
Coda is an EXCELLENT tool for building AI Agentic Workflows and it has the added advantage of interfacing seamlessly with your manual workflows developed in Coda.
If you are interested in knowing more, PM me here or email me
max.xyzor@agile-dynamics.com