@dcyfr/ai — AI Agent Framework
2025 → Present
Portable TypeScript AI agent framework with plugin architecture, multi-provider LLM support (OpenAI, Anthropic, Ollama, GitHub Copilot), delegation framework, telemetry, and quality gates. Published on npm.
Demo
Typescript
import { PluginManager } from '@dcyfr/ai';
const manager = new PluginManager({ provider: 'openai' });
await manager.loadPlugin('security-scanner');
const result = await manager.run('security-scanner', {
target: './src',
depth: 'full',
});
console.log(result.findings);References
Tech Stack
TypeScriptNode.jsnpmVitestZodDocker
Other Projects
GameShark Labs — SharkVault
Founding engineer (contract) on the relaunch of GameShark, a 30-year gaming brand, as a digital content platform. SharkVault is the flagship web product.
@dcyfr-labs — Component Registry
A shadcn-compatible registry of brand-aligned, accessible, token-driven UI primitives. Install any component straight into a project with npx shadcn add — no copy-paste, no design drift.
Interested in a collaboration?
Whether you have a project in mind or just want to connect, we'd love to hear from you.