Build powerful, task-specific AI agents that run exclusively on Groq's lightning-fast hardware. Experience the next generation of AI acceleration.
import { GroqAgent } from "groq-agents"
async function demo() {
const agentClient = new GroqAgent(
"GROQ_API_KEY",
"llama-3.3-70b-versatile"
)
const agent = await agentClient.create(
"Write a poem for me",
"You are a poet"
)
const response = await agent.work()
console.log(response)
}
Everything you need to build and deploy powerful AI agents on Groq hardware
Get started quickly with our collection of task-specific agents, designed and optimized for Groq hardware.
Coordinate multiple agents efficiently with our Master Agent system for complex task execution.
Create and customize your own agents with defined actions, parameters, and dependencies.
Seamlessly execute commands, search for agents, and interact with external APIs.
Access public API routes for easy agent management and retrieval based on names or descriptions.
Leverage the power of Groq's AI models with native SDK integration.
Join us in shaping the future of AI agents
We are committed to continuously improving our predefined agents to handle increasingly complex tasks and scenarios. This involves refining their algorithms, expanding their knowledge bases, and enhancing their decision-making processes to ensure they can tackle a wider range of challenges with greater efficiency and accuracy.
Our goal is to add support for a broader array of APIs and services, thereby increasing the versatility and functionality of our agents. By integrating with more external systems, our agents will be able to access and process a wider variety of data, enabling them to perform more complex operations and provide more comprehensive solutions.
We are focused on developing an intuitive and user-friendly interface that simplifies the management and deployment of agents. This interface will feature streamlined workflows, customizable dashboards, and easy-to-use tools that empower users to configure and control their agents with minimal effort, regardless of their technical expertise.
We aim to foster a vibrant community of developers and users who contribute to the growth of our library of available agents and actions. By encouraging community involvement, we hope to leverage diverse perspectives and expertise to enhance our platform, introduce innovative features, and create a collaborative environment where ideas can flourish.