Skip to content

hah23255/advanced-agentic-framework-aaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cognitive Parliament - Multi-AI Orchestration Platform

CI Status License Python Version

Note: This is a Placeholder mirror of the original project directory currently going through a security clearing procedure and when complete will be released to the public.

🎯 Overview

The Cognitive Parliament is a production-grade orchestration platform for coordinating multiple AI models to solve complex, multi-faceted problems through structured consensus and specialized role-based reasoning.

Key Features

  • 🧠 Multi-Model Orchestration: Coordinate 5+ AI providers (Anthropic, OpenAI, DeepSeek)
  • 👥 Specialized Agents: Role-based agents (Backend, AI/ML, DevOps, Frontend, UX)
  • 🗳️ Consensus Mechanism: Quorum-based voting with fallback strategies
  • 💰 Cost Optimization: Smart provider selection (60-80% cost reduction)
  • 📊 Comprehensive Telemetry: Structured logging, metrics, and tracing
  • 🔒 Security First: ISO 27001 aligned, SOC 2 compliant
  • 🔄 Fault Tolerant: Automatic retries, rate limit handling, state recovery

🚀 Quick Start

# Clone repository
git clone https://github.com/hah23255/advanced-agentic-framework-aaf.git
cd cognitive-paliament

# Install dependencies
make install

# Configure secrets
cp config/default.yaml config/development.yaml
# Edit config/development.yaml with your API keys

# Run example
python examples/simple_orchestration.py

📚 Documentation

🏗️ Architecture

Orchestration Layer → Agent Layer → Provider Layer → Infrastructure

See Architecture Documentation for details.

🧪 Testing

# Run all tests
make test

# Run specific test suite
make test-unit
make test-integration
make test-performance

# Generate coverage report
make coverage

🔒 Security

This project follows security best practices:

  • Secrets management via external vault
  • Audit logging for all agent decisions
  • Rate limiting and DDoS protection
  • Regular security scans in CI/CD

See SECURITY.md for details.

📊 Performance

  • Latency: <2s per agent invocation (P95)
  • Throughput: 50+ concurrent sessions
  • Cost: $0.50-$2.00 per 6-hour orchestration
  • Reliability: 99.5% uptime SLA

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

📄 License

This project is licensed under the MIT License - see LICENSE file.

🙏 Acknowledgments

Built upon research in multi-agent systems, consensus algorithms, and LLM orchestration.

📞 Contact

About

Advanced Agentic Framework (AAF) v2.0 - A structured approach to orchestrating specialized autonomous agents

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors