This is a lightweight, async-first agentic AI microservice powered by OpenAI’s SDK and FastAPI. Built for rapid prototyping of API-driven agent workflows.
- ⚡️ FastAPI backend with hot reload (via Uvicorn)
- 🔁 AsyncOpenAI client for non-blocking OpenAI calls
- 🧠 Ready for agentic workflows & function calling
- 🌱 Easy to extend and containerize
- Clone the repo
git clone https://github.com/unwantedone1/agentic-async-agent.git cd agentic-async-agent
python -m venv .venv ..venv\Scripts\activate # Windows
pip install -r requirements.txt
$env:OPENAI_API_KEY="sk-..." # PowerShell
uvicorn main:app --reload
Let me know if you want badges, Dockerfile notes, or LangChain setup added. use freely, modify shamelessly.