Skip to content

Commit 8c9aba0

Browse files
Merge pull request #10 from imran-siddique/copilot/update-site-with-new-information
2 parents f864b92 + dde30f0 commit 8c9aba0

File tree

1 file changed

+79
-5
lines changed

1 file changed

+79
-5
lines changed

projects.html

Lines changed: 79 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<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">
88
<meta name="author" content="Imran Siddique">
99
<meta name="robots" content="index, follow">
1010
<link rel="canonical" href="https://imransiddique.com/projects.html">
@@ -13,14 +13,14 @@
1313
<meta property="og:type" content="website">
1414
<meta property="og:url" content="https://imransiddique.com/projects.html">
1515
<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.">
1717
<meta property="og:site_name" content="Imran Siddique">
1818

1919
<!-- Twitter -->
2020
<meta name="twitter:card" content="summary_large_image">
2121
<meta name="twitter:site" content="@mosiddi">
2222
<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.">
2424

2525
<!-- Fonts -->
2626
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -44,7 +44,9 @@
4444
"itemListElement": [
4545
{"@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"},
4646
{"@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"}
4850
]
4951
}
5052
}
@@ -204,6 +206,78 @@ <h4>Core Concepts:</h4>
204206
</div>
205207
</article>
206208

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+
207281
<article class="project-card">
208282
<div class="project-header">
209283
<div class="project-icon">🔬</div>

0 commit comments

Comments
 (0)