mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 23:44:06 -05:00
[PR #630] [CLOSED] feat: add OpenAI-powered CRM agent with YAML policy governance #6909
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/630
Author: @Acacian
Created: 3/23/2026
Status: ❌ Closed
Base:
main← Head:feat/ai-agent-governance-aegis-v2📝 Commits (1)
87779a3feat: add OpenAI-powered CRM agent with YAML policy governance📊 Changes
4 files changed (+602 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/single_agent_apps/ai_agent_governance_aegis/README.md(+90 -0)➕
advanced_ai_agents/single_agent_apps/ai_agent_governance_aegis/aegis_governance_app.py(+507 -0)➕
advanced_ai_agents/single_agent_apps/ai_agent_governance_aegis/requirements.txt(+4 -0)📄 Description
Summary
Note: The existing
ai_agent_governancetutorial builds a policy engine from scratch. This tutorial takes a different approach — it uses a library (agent-aegis) to add governance to an OpenAI agent in a few lines, focusing on the CRM domain with a chat UI and live policy editing.How it works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.