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
An MCP server that runs AI-driven venture capitalist agents (Fred Wilson, Peter Thiel, etc.), whose thinking is continuously enriched by Octagon Private Markets' real-time deals, valuations, and deep research intelligence. Use it to spin up programmable "VC brains" for pitch feedback, diligence simulations, term sheet negotiations, and more.
✈️ AI-powered travel planning system with budget optimization, multi-source search, and personalized recommendations built on Supabase, OpenAI Agents, and Streamlit
AI Agents Event Driven Communication as Virtual Actors using Actor Model with OpenAI Agents SDK as agentic engine and Dapr Virtual Actors for distributed runtime
This Repo is about Simple Asynchronous 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
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.
A sophisticated system that enables seamless collaboration between humans and AI agents in content creation workflows. This project demonstrates how AI agents can work together with human oversight to create high-quality content through a structured, interactive process.
ParmaTIS AI Assistant is a modular, memory-aware chatbot system designed to showcase how modern AI architectures can simulate intelligent internal assistants for organizations. It combines LangChain's Retrieval-Augmented Generation (RAG) capabilities with OpenAI's function-calling Agent SDK, wrapped in a clean Gradio-based UI.
This project is an AI assistant built using Chainlit and the OpenAI Agent SDK, powered by Google Gemini models. It supports real-time streaming responses (just like ChatGPT) and remembers previous messages(history/memory) to keep the conversation flowing naturally.