|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <meta name="description" content="Open source AI projects by Imran Siddique: Agent OS (0% safety violations), AgentMesh (identity & trust for AI agents), Agentic Architecture patterns, and Scale by Subtraction methodology. Production-ready autonomous AI infrastructure."> |
7 | | - <meta name="keywords" content="Agent OS, AgentMesh, Agentic Architecture, Scale by Subtraction, AI Agents, Open Source, Python, LLM Governance, AI Safety, Autonomous Systems, Imran Siddique, Mute Agent, Semantic Firewall, A2A Protocol, MCP Protocol, IATP"> |
| 6 | + <meta name="description" content="Open source AI projects by Imran Siddique: Agent OS (0% safety violations), AgentMesh (identity & trust), Agent SRE (reliability engineering), AgentMesh Integrations (community plugins), Agentic Architecture patterns, and Scale by Subtraction methodology. Production-ready autonomous AI infrastructure."> |
| 7 | + <meta name="keywords" content="Agent OS, AgentMesh, Agent SRE, AgentMesh Integrations, Agentic Architecture, Scale by Subtraction, AI Agents, Open Source, Python, LLM Governance, AI Safety, SRE, Chaos Testing, OpenTelemetry, Autonomous Systems, Imran Siddique, Mute Agent, Semantic Firewall, A2A Protocol, MCP Protocol, IATP"> |
8 | 8 | <meta name="author" content="Imran Siddique"> |
9 | 9 | <meta name="robots" content="index, follow"> |
10 | 10 | <link rel="canonical" href="https://imransiddique.com/projects.html"> |
|
13 | 13 | <meta property="og:type" content="website"> |
14 | 14 | <meta property="og:url" content="https://imransiddique.com/projects.html"> |
15 | 15 | <meta property="og:title" content="Open Source AI Projects - Imran Siddique"> |
16 | | - <meta property="og:description" content="Production-ready open source projects for autonomous AI systems: Agent OS (0% safety violations), AgentMesh (identity & trust), and Agentic Architecture patterns."> |
| 16 | + <meta property="og:description" content="Production-ready open source projects for autonomous AI systems: Agent OS (0% safety violations), AgentMesh (identity & trust), Agent SRE (reliability engineering), and community integrations."> |
17 | 17 | <meta property="og:site_name" content="Imran Siddique"> |
18 | 18 |
|
19 | 19 | <!-- Twitter --> |
20 | 20 | <meta name="twitter:card" content="summary_large_image"> |
21 | 21 | <meta name="twitter:site" content="@mosiddi"> |
22 | 22 | <meta name="twitter:title" content="Open Source AI Projects - Imran Siddique"> |
23 | | - <meta name="twitter:description" content="Production-ready infrastructure for autonomous AI systems. Agent OS achieves 0% safety violations. AgentMesh provides identity & trust."> |
| 23 | + <meta name="twitter:description" content="Production-ready infrastructure for autonomous AI systems. Agent OS achieves 0% safety violations. AgentMesh provides identity & trust. Agent SRE adds reliability engineering."> |
24 | 24 |
|
25 | 25 | <!-- Fonts --> |
26 | 26 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
44 | 44 | "itemListElement": [ |
45 | 45 | {"@type": "SoftwareSourceCode", "name": "Agent OS", "description": "Safety-First Kernel for Autonomous AI Agents with 0% policy violations, POSIX-inspired primitives, VS Code extension, and MCP server", "codeRepository": "https://github.com/imran-siddique/agent-os", "programmingLanguage": "Python"}, |
46 | 46 | {"@type": "SoftwareSourceCode", "name": "AgentMesh", "description": "The secure nervous system for cloud-native agent ecosystems - Identity, Trust, Reward, Governance for AI agents", "codeRepository": "https://github.com/imran-siddique/agent-mesh", "programmingLanguage": "Python"}, |
47 | | - {"@type": "SoftwareSourceCode", "name": "Agentic Architecture", "description": "Comprehensive guide to modern agentic system design principles and patterns", "codeRepository": "https://github.com/imran-siddique/agentic-architecture"} |
| 47 | + {"@type": "SoftwareSourceCode", "name": "Agentic Architecture", "description": "Comprehensive guide to modern agentic system design principles and patterns", "codeRepository": "https://github.com/imran-siddique/agentic-architecture"}, |
| 48 | + {"@type": "SoftwareSourceCode", "name": "Agent SRE", "description": "Reliability Engineering for AI Agent Systems - SLOs, chaos testing, progressive delivery, and cost guardrails", "codeRepository": "https://github.com/imran-siddique/agent-sre", "programmingLanguage": "Python"}, |
| 49 | + {"@type": "SoftwareSourceCode", "name": "AgentMesh Integrations", "description": "Community integrations for AgentMesh - platform plugins and trust providers", "codeRepository": "https://github.com/imran-siddique/agentmesh-integrations", "programmingLanguage": "Python"} |
48 | 50 | ] |
49 | 51 | } |
50 | 52 | } |
@@ -204,6 +206,78 @@ <h4>Core Concepts:</h4> |
204 | 206 | </div> |
205 | 207 | </article> |
206 | 208 |
|
| 209 | + <article class="project-card featured"> |
| 210 | + <div class="project-header"> |
| 211 | + <div class="project-icon">📊</div> |
| 212 | + <div class="project-stars">⭐ Featured | ⭐ 2</div> |
| 213 | + </div> |
| 214 | + <h3>Agent SRE</h3> |
| 215 | + <p class="project-description">Reliability Engineering for AI Agent Systems. SLOs, error budgets, chaos testing, deterministic replay, and progressive delivery for multi-agent production environments. Part of the Agent OS + AgentMesh governance stack.</p> |
| 216 | + |
| 217 | + <div class="project-highlights"> |
| 218 | + <h4>Core Capabilities:</h4> |
| 219 | + <ul> |
| 220 | + <li><strong>SLO Engine:</strong> Define reliability targets (task success, cost, latency, hallucination rate)</li> |
| 221 | + <li><strong>Replay Engine:</strong> Deterministic time-travel debugging for agent decisions</li> |
| 222 | + <li><strong>Progressive Delivery:</strong> Shadow mode, canary rollouts, auto-rollback</li> |
| 223 | + <li><strong>Chaos Testing:</strong> Fault injection, resilience scoring, 9 experiment templates</li> |
| 224 | + <li><strong>Cost Guard:</strong> Budgets, anomaly detection, auto-throttle, kill switch</li> |
| 225 | + <li><strong>Incident Manager:</strong> SLO breach detection, circuit breaker, postmortems</li> |
| 226 | + </ul> |
| 227 | + </div> |
| 228 | + |
| 229 | + <div class="project-benchmark"> |
| 230 | + <strong>🎯 Production Ready:</strong> 20,000+ lines • 878 tests • Full OpenTelemetry integration |
| 231 | + </div> |
| 232 | + |
| 233 | + <div class="project-tech"> |
| 234 | + <span class="tech-badge">Python</span> |
| 235 | + <span class="tech-badge">SRE</span> |
| 236 | + <span class="tech-badge">OpenTelemetry</span> |
| 237 | + <span class="tech-badge">Chaos</span> |
| 238 | + </div> |
| 239 | + |
| 240 | + <div class="project-links"> |
| 241 | + <a href="https://github.com/imran-siddique/agent-sre" target="_blank" rel="noopener noreferrer" class="btn-primary"> |
| 242 | + View on GitHub → |
| 243 | + </a> |
| 244 | + </div> |
| 245 | + </article> |
| 246 | + |
| 247 | + <article class="project-card"> |
| 248 | + <div class="project-header"> |
| 249 | + <div class="project-icon">🔌</div> |
| 250 | + <div class="project-stars">Community</div> |
| 251 | + </div> |
| 252 | + <h3>AgentMesh Integrations</h3> |
| 253 | + <p class="project-description">Community integrations for AgentMesh — platform plugins and trust providers. Dify, LangChain, LlamaIndex, Agent Lightning, Nostr Web of Trust, and Moltbook integrations for identity, trust, and governance.</p> |
| 254 | + |
| 255 | + <div class="project-highlights"> |
| 256 | + <h4>Available Integrations:</h4> |
| 257 | + <ul> |
| 258 | + <li><strong>LangChain:</strong> Ed25519 identity, trust-gated tools, delegation chains</li> |
| 259 | + <li><strong>LlamaIndex:</strong> Trust-verified workers, identity-aware query engines</li> |
| 260 | + <li><strong>Dify Plugin:</strong> Packaged .difypkg with peer verification and trust scoring</li> |
| 261 | + <li><strong>Agent Lightning:</strong> Agent-OS governance adapters, reward shaping</li> |
| 262 | + <li><strong>Moltbook:</strong> AgentMesh governance skill for agent registry</li> |
| 263 | + <li><strong>Nostr WoT:</strong> Decentralized trust scoring integration</li> |
| 264 | + </ul> |
| 265 | + </div> |
| 266 | + |
| 267 | + <div class="project-tech"> |
| 268 | + <span class="tech-badge">Python</span> |
| 269 | + <span class="tech-badge">Integrations</span> |
| 270 | + <span class="tech-badge">Trust</span> |
| 271 | + <span class="tech-badge">Identity</span> |
| 272 | + </div> |
| 273 | + |
| 274 | + <div class="project-links"> |
| 275 | + <a href="https://github.com/imran-siddique/agentmesh-integrations" target="_blank" rel="noopener noreferrer" class="btn-primary"> |
| 276 | + View on GitHub → |
| 277 | + </a> |
| 278 | + </div> |
| 279 | + </article> |
| 280 | + |
207 | 281 | <article class="project-card"> |
208 | 282 | <div class="project-header"> |
209 | 283 | <div class="project-icon">🔬</div> |
|
0 commit comments