15
Published Tools
0
Total Stars
1,820
Weekly Downloads
7
GitHub Followers
76
Public Repos
Published Tools
4 MCP Servers11 Skillsacross 4 categories@adhd/agent-mcp
pseudosky
Stateful MCP-native agent runtime with provider abstraction and recursive delegation
@adhd/agent-mcp-types
pseudosky
No description available
@adhd/apigen-plugin-mcp
pseudosky
apigen target plugin (`--type mcp`) — exposes a source file's exports as **MCP tools** over `stdio`, `sse`, or `streaming-http`. Generates a server to disk *and* runs one live.
...more@adhd/agent-tool-registry
pseudosky
Canonical tool and platform registry for agent runtimes — Drizzle-backed SQLite store
@adhd/apigen-plugin-api-fastify
pseudosky
**Target plugin** (`--type api-fastify`) — exposes a source file's exports as a **Fastify HTTP API**. Every exported function becomes an HTTP route with inferred JSON Schema for validation. Supports both live (`run`) and code generation (`generate`) modes
...more@adhd/sox-vector-store
pseudosky
Multi-space vector persistence with two real, swappable VectorBackend implementations: sqlite-vec (vec0, brute-force kNN, production default) and @lancedb/lancedb (on-disk tables + real HNSW/IVF-PQ ANN indexes, bridged to the synchronous interface via a w
...more@adhd/apigen-core-client
pseudosky
> The core apigen engine — TypeScript source → JSON Schema extraction, composition, the plugin contract, and the programmatic API for running live servers without code generation.
...more@adhd/agent-engine-orchestrator
pseudosky
Agent engine orchestrator — providers, clients, tools, plugins, and validation extracted from agent-mcp
@adhd/dispatch-base-spec
pseudosky
TypeScript types, JSON Schema documents, cross-language structural validators, and operation vocabulary for the dispatch plan ecosystem.
...more@adhd/apigen-plugin-py-grpc
pseudosky
apigen plugin: serve Python functions over gRPC (grpcio; in-memory descriptors; grpc_reflection)
@adhd/apigen-python-env
pseudosky
apigen python host provisioning: resolves the interpreter for py-* plugins by bootstrapping a managed venv from apigen-python's own pyproject.toml extras
...more@adhd/agent-generator-plugin
pseudosky
Nx generator for golden-path @adhd/agent-* registry packages (lint + cache + ^build inherited, README + rules doc)
@adhd/apigen-plugin-py-flask
pseudosky
apigen plugin: serve Python functions over HTTP (stdlib http.server, Flask optional)
@adhd/apigen-cli
pseudosky
**apigen: code-first, polyglot API generation.**
@adhd/apigen-base-schema
pseudosky
JSON Schema support for the apigen toolchain. Pure TypeScript (**platform: shared**).