Overview
Agent Runner
is Vertesia's core framework for building powerful AI agents.
So, what exactly is an AI agent? Imagine a super-smart system driven by a Large Language Model (LLM). This LLM acts as the agent's brain, making decisions and choosing the right actions. The agent then performs these actions, gets feedback, and uses it to figure out if it needs to do more or if the job's done! It's all about intelligent, self-directed task completion!
Inside Every Agent:
- Large Language Model: The brains of the operation, handling all the logic and decision-making.
- Tools: These are the agent's hands and feet, allowing it to interact with the outside world and perform specific tasks.
- Agent Executor: This is the conductor, managing the agent's actions and ensuring everything runs smoothly.
What makes Agent Runner so powerful?
It leverages Vertesia's robust LLM interaction framework and sophisticated workflow engine. This means you can easily configure, run, and orchestrate complex AI agents, seamlessly integrating them into your existing processes.
In this documentation, we'll guide you step-by-step through the process:
- Getting Started in Studio: You'll learn how to launch and interact with your very first AI agent right within the intuitive Studio environment.
- Crafting Specialized Agents: Discover how to configure and fine-tune AI agents for specific, powerful tasks.
- Seamless Application Integration: Integrate your custom AI agents directly into your applications using the Vertesia SDK for TypeScript, making them a core part of your solutions