Skip to content

Add notification intelligence example - #143

Closed
AbirAbbas wants to merge 1 commit into
mainfrom
add-notification-intelligence-example
Closed

Add notification intelligence example#143
AbirAbbas wants to merge 1 commit into
mainfrom
add-notification-intelligence-example

Conversation

@AbirAbbas

Copy link
Copy Markdown
Contributor

Summary

  • Adds a new Python example demonstrating multi-agent notification routing
  • Full-stack demo with Docker Compose for easy deployment

What's Included

  • Agent (main.py, reasoners.py, models.py): 10+ specialist reasoners for notification classification and routing
  • Demo API (demo/): FastAPI bridge with WebSocket support for real-time streaming
  • Frontend (ui/): Next.js dashboard for interactive testing
  • Docker: docker-compose.yml for one-command deployment

Test Plan

  • Run docker compose up in examples/python_agent_nodes/notification_intelligence/
  • Verify control plane, agent, demo API, and UI all start
  • Test notification scenarios via the demo UI

🤖 Generated with Claude Code

Multi-agent notification routing system with 10+ specialist reasoners,
priority classification, and a full-stack demo including:
- Python agent with orchestration logic
- FastAPI demo bridge with WebSocket support
- Next.js frontend for interactive testing
- Docker Compose for easy deployment

Co-Authored-By: Claude <noreply@anthropic.com>
@AbirAbbas AbirAbbas closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant