An open API service indexing awesome lists of open source software.

https://github.com/mohammadreza-mohammadi94/agenticai

A modular repository for experimenting with LangChain, LLM-powered Agents, and Autonomous AI Workflows. It contains practical implementations, mini-projects, and research-based prototypes.
https://github.com/mohammadreza-mohammadi94/agenticai

ai ai-agents crewai gemini groq langchain langchain-python langsmith machine-learning mcp-server openai-sdk python3

Last synced: 3 months ago
JSON representation

A modular repository for experimenting with LangChain, LLM-powered Agents, and Autonomous AI Workflows. It contains practical implementations, mini-projects, and research-based prototypes.

Awesome Lists containing this project

README

          

# ๐Ÿš€ AgenticAI

A comprehensive multi-agent AI framework featuring specialized agents with guardrails, built for real-world automation tasks (e.g., resume analysis, sales outreach, word counting).

---

## โš™๏ธ Architecture Highlights

* **Agentic Orchestration**: Manager agents direct specialist agents as tools, enabling clear multi-step workflows.
* **Guardrails**: Input validation layers that prevent privacy violations and unsafe inputs.
* **Multi-LLM Integration**: Easily plug in different providers for redundancy and performance optimization.
* **Modular & Extendable**: Projects share reusable agent-building patterns, guardrail designs, and runner logic using `openai-agents`.

---

## ๐Ÿ› ๏ธ Getting Started

```bash
git clone https://github.com/mohammadreza-mohammadi94/AgenticAI.git
cd AgenticAI/
pip install -r requirements.txt
# Add `.env` file with keys: OPENAI_API_KEY, SENDGRID_API_KEY, etc.
python .py
```

---

## ๐ŸŒŸ Why AgenticAI?

* Achieve **safe, multi-stage automation** with minimal code.
* Design **flexible agent workflows**, combining GPT-powered toolkits with domain guardrails.
* Deploy production-grade AI pipelines across HR, sales, analytics, and more.

---

## ๐Ÿ“š Next Steps

* Add real email sending via SendGrid or SMTP
* Deploy as APIs or conversational bots
* Integrate custom datasets and retrieval agents
* Improve guardrails for broader compliance enforcement

---

**AgenticAI** equips you to build safe, modular, and powerful AI workflowsโ€”no need to reinvent orchestration or alignment logic. Enjoy experimenting!