You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including OpenAI Agents SDK, CrewAI, Langchain, Autogen, AG2, and CamelAI
AgentMesh: A dynamic multi-agent orchestration system where users can create, configure, and connect AI agents defining their behaviors, interactions, and tool access all through an interactive visual builder.
This repo showcases the integration of Chainlit for building interactive user interfaces for AI agents. It leverages Chainlit's powerful tooling to create seamless conversational experiences with AI models using Python. The application is tailored to support rapid deployment of agent workflows, combining LangChain, OpenAI/Gemini and custom tools.
This repository shows how to add streaming responses to AI agents. Instead of waiting for the full reply, the agent sends the response step-by-step as it’s being generated. This makes the interaction faster and more real-time compared to traditional methods.
Conversational agent with Gradio interface (Voice/Text) that uses the Model Context Protocol (MCP) as a bridge to interact with Odoo (via XML-RPC) using OpenAI Agents SDK. Focused on sales tasks (customers, products, quotations).
This Repo is about Simple Agent system by OpenAI SDK using Google Gimini , which is a modular design pattern that allows AI components like Gemini API Integration | OpenAI-Compatible SDK | Agent System | Async Model Support | Custom Instructions | User Input Handling | Natural Language Response | Chainlit for UI | Console Output