You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,21 @@ Core framework for building LLM-powered agent applications in .NET.
16
16
-**[ironbees](https://github.com/iyulab/ironbees)** - GitOps-style declarative AI agent management — define agents with YAML and Markdown, orchestrate multi-agent workflows, and track costs via TokenMeter
17
17
-**[ironhive-agent](https://github.com/iyulab/ironhive-agent)** - Reusable .NET agent engine with streaming loop, smart context compaction, MCP plugin integration, and built-in safety permission rules
18
18
-**[ironhive-flux](https://github.com/iyulab/ironhive-flux)** - Bridge SDK connecting IronHive with the Flux ecosystem for embedding generation, text completion, image-to-text, and RAG chatbot development
19
-
-**[OrbitMesh](https://github.com/iyulab/OrbitMesh)** - .NET infrastructure SDK for distributed agent systems — WebSocket connectivity, job orchestration, and state synchronization via SignalR
20
-
-**[Loopai](https://github.com/iyulab/Loopai)** - Framework that compiles natural language specs into locally executable programs for cost-efficient, privacy-preserving AI task processing
21
-
-**[code-beaker](https://github.com/iyulab/code-beaker)** - Multi-runtime sandboxed code execution platform supporting Docker, Deno, Bun, Node.js, and Python via WebSocket and JSON-RPC 2.0
22
19
23
20
### 🔧 LLM Developer Tools
24
21
Utilities and SDKs for working with large language models.
25
22
-**[lm-supply](https://github.com/iyulab/lm-supply)** - On-demand local AI model inference for .NET — lazy loading, hardware-aware GPU/CPU selection, 10 task types including embeddings, generation, vision, and audio
26
-
-**[Pulsa](https://github.com/iyulab/pulsa)** - File-watching automation platform that chains audio conversion, speech-to-text, and LLM processing into document pipelines with MCP server integration
27
23
-**[memory-indexer](https://github.com/iyulab/memory-indexer)** - MCP server and .NET SDK implementing a 3-axis memory system (type × scope × tier) for LLM context management beyond finite context windows
28
24
-**[index-thinking](https://github.com/iyulab/index-thinking)** - .NET building block for LLM integration — truncation recovery, reasoning extraction, sliding-window context, and token budget monitoring
29
25
-**[ToolCallParser](https://github.com/iyulab/ToolCallParser)** - Unified .NET parser for LLM tool calls across 20+ providers with auto-detection and extensible custom parser support
30
26
-**[TokenMeter](https://github.com/iyulab/TokenMeter)** - Token counting, cost calculation, and session-based usage tracking across 12 LLM providers
31
27
-**[FluxGuard](https://github.com/iyulab/FluxGuard)** - 3-layer .NET guardrail library for LLM apps — covers prompt injection, jailbreaks, toxicity, PII masking, and format validation
32
-
-**[shell-tunnel](https://github.com/iyulab/shell-tunnel)** - Single-binary tool exposing remote terminal access to AI agents via REST and WebSocket API with cross-platform PTY support
28
+
-**[Loopai](https://github.com/iyulab/Loopai)** - Framework that compiles natural language specs into locally executable programs for cost-efficient, privacy-preserving AI task processing
29
+
30
+
### ⚡ AI Runtime & Automation
31
+
Execution environments and automation platforms for AI-integrated workflows.
32
+
-**[code-beaker](https://github.com/iyulab/code-beaker)** - Multi-runtime sandboxed code execution platform supporting Docker, Deno, Bun, Node.js, and Python via WebSocket and JSON-RPC 2.0
33
+
-**[Pulsa](https://github.com/iyulab/pulsa)** - File-watching automation platform that chains audio conversion, speech-to-text, and LLM processing into document pipelines with MCP server integration
@@ -90,9 +91,11 @@ General-purpose libraries and utilities for developers across languages.
90
91
-**[vs-tools](https://github.com/iyulab/vs-tools)** - Visual Studio extension utilities — copy folder trees, extract text from selected files, and streamline clipboard operations on project items
91
92
-**[ObjectPath](https://github.com/iyulab/ObjectPath)** - .NET library for retrieving values from objects using string path expressions — dot notation, bracket indexing, and reflection caching
92
93
-**[m3l](https://github.com/iyulab/m3l)** - Markdown-based data modeling language — define schemas in plain Markdown, parsed into AST with models, enums, interfaces, inheritance, and multi-file imports
94
+
-**[shell-tunnel](https://github.com/iyulab/shell-tunnel)** - Single-binary tool exposing remote terminal access via REST and WebSocket API with cross-platform PTY support and API key authentication
93
95
94
96
### 🔐 Auth & Infrastructure
95
97
-**[Authway](https://github.com/iyulab/Authway)** - Standards-compliant OAuth 2.0 / OIDC platform built on Ory Hydra — multi-tenancy, PKCE, passwordless flows, TypeScript SDKs for vanilla JS, React, and Next.js
98
+
-**[OrbitMesh](https://github.com/iyulab/OrbitMesh)** - .NET infrastructure SDK for distributed systems — abstracts WebSocket connectivity, message reliability, job orchestration, and state synchronization via SignalR
96
99
-**[system-coroner](https://github.com/iyulab/system-coroner)** - Automated server intrusion forensics — collects evidence via PowerShell/Bash, applies Sigma rules, and generates LLM-powered HTML reports with MITRE ATT&CK mapping
97
100
98
101
👉 [View all repositories](https://github.com/orgs/iyulab/repositories)
0 commit comments