Agent Tooling
Tools for autonomous agents: notify-telegram-cli — dependency-free notifications, kb-genesis — knowledge bases for agent environments, LightUniLLM — a lightweight LLM framework.
SOURCE: MANUAL README
A set of open-source tools that grew out of daily work with autonomous AI agents.
notify-telegram-cli
A CLI for Telegram notifications from local autonomous agents: text / HTML / MarkdownV2, photos, files, albums, a structured agent JSON contract (tags / links / event / meta), machine-readable output, and --doctor for self-diagnostics. Python, pure standard library — zero external dependencies. Ready-made skill integrations for agent environments.
→ github.com/ascorblack/notify-telegram-cli
kb-genesis
A universal skill package for bootstrapping a structured .kb/ knowledge base in any project, optimized for AI agents (Claude Code, Codex, Gemini CLI, Cursor). Includes knowledge mining from the agent's dialogue history and enforcement hooks.
→ github.com/ascorblack/kb-genesis
LightUniLLM
A lightweight universal framework for working with LLMs over the OpenAI Responses API: Pydantic type safety, structured outputs via JSON Schema, streaming with token tracking (including reasoning), prompts via Jinja2, auto-retries. Async-first.
→ github.com/ascorblack/LightUniLLM
excalidraw-room-cli (fork)
A JSON-first CLI for reading, editing, and exporting shared Excalidraw boards — it lets an AI agent build diagrams without a browser. In the fork: self-hosted Excalidraw, a second backend, native frames, arrow bindings, PNG/SVG export.