@kushuri12/ohiru
AgentFreeOpenHiru — AI agent controlled via Telegram
Capabilities8 decomposed
telegram-based conversational agent interface
Medium confidenceProvides a Telegram bot interface that receives user messages via Telegram's Bot API polling or webhook mechanism, routes them to an underlying LLM agent, and sends responses back through Telegram's message API. The agent maintains conversation context within Telegram chat sessions, enabling multi-turn dialogue without explicit session management by the user.
Abstracts Telegram Bot API complexity through a declarative agent interface, handling polling/webhook setup, message routing, and context management automatically rather than requiring manual API integration
Simpler than building a Telegram bot from scratch with node-telegram-bot-api because it couples agent logic directly with Telegram transport, reducing boilerplate
llm agent orchestration with multi-turn context
Medium confidenceManages stateful conversations by maintaining message history and context across multiple user interactions, passing accumulated context to an underlying LLM provider (OpenAI, Anthropic, or compatible API) for each new user message. The agent uses a prompt-based system to define behavior and instruction-following patterns, with context automatically appended to each API call.
Couples Telegram message history directly with LLM context management, automatically formatting conversation history into LLM-compatible format without requiring manual prompt engineering per message
More integrated than manually calling OpenAI API from a Telegram bot because it handles context formatting, message history tracking, and API call orchestration as a unified abstraction
function calling and tool integration via llm providers
Medium confidenceEnables the agent to invoke external functions or APIs by leveraging the underlying LLM provider's function-calling capability (e.g., OpenAI's function calling, Anthropic's tool use). The agent receives function definitions, the LLM decides when to call them based on user intent, and results are fed back into the conversation context for the LLM to interpret and respond to.
Abstracts LLM provider function-calling APIs (OpenAI, Anthropic, etc.) into a unified interface, handling function definition registration, call routing, and result interpretation without provider-specific code in user logic
Simpler than manually implementing function calling against raw LLM APIs because it handles schema validation, call routing, and context injection automatically
telegram command and event routing
Medium confidenceParses incoming Telegram messages to identify command patterns (e.g., /start, /help, /reset) and routes them to corresponding handler functions. Also handles callback queries from inline buttons, allowing structured user interactions beyond free-form text. The routing system decouples command handlers from the core agent logic, enabling modular command definitions.
Provides declarative command routing that separates command handlers from agent conversation logic, allowing commands to coexist with LLM-driven responses without handler collision
More structured than handling all Telegram events in a single message handler because it provides explicit routing and handler registration for commands and callbacks
conversation state persistence and reset
Medium confidenceProvides mechanisms to save, load, and reset conversation state (message history and context) for individual Telegram users or chats. State can be persisted to external storage (database, file system) or managed in-memory. Reset functionality clears conversation history, allowing users to start fresh conversations without restarting the bot.
Provides conversation-level state management tied to Telegram user/chat identifiers, enabling per-user context isolation without requiring manual session key management
More convenient than manually managing conversation state in external storage because it abstracts user/chat identification and state serialization
error handling and graceful degradation
Medium confidenceImplements error handling for LLM API failures, Telegram API errors, and function call failures. When errors occur, the agent can gracefully degrade by returning error messages to users, retrying failed operations, or falling back to default responses. Error context is preserved for debugging and logging.
Centralizes error handling across Telegram API, LLM provider, and function calls into a unified error handling layer, preventing cascading failures across the agent stack
More robust than handling errors individually in each integration point because it provides consistent error semantics and user-facing error messages across all agent components
rate limiting and quota management
Medium confidenceImplements rate limiting to prevent abuse of the Telegram bot and underlying LLM API. Can enforce per-user rate limits (e.g., max messages per minute), per-chat limits, or global limits. Quota tracking prevents excessive API costs by monitoring token usage or API call counts. When limits are exceeded, the agent can reject requests or queue them for later processing.
Provides multi-level rate limiting (per-user, per-chat, global) integrated with Telegram user/chat identification, without requiring manual quota key management
More integrated than implementing rate limiting separately because it ties limits directly to Telegram identities and provides quota tracking across LLM API calls
logging and debugging utilities
Medium confidenceProvides built-in logging for agent operations including message routing, LLM API calls, function calls, and errors. Debug mode can be enabled to log detailed information about agent state, context, and decision-making. Logs can be output to console, files, or external logging services. Structured logging enables filtering and analysis of agent behavior.
Integrates logging across Telegram message routing, LLM API calls, and function execution into a unified logging interface, enabling end-to-end tracing of agent operations
More convenient than adding logging manually to each integration point because it provides structured logging across the entire agent stack with configurable verbosity
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @kushuri12/ohiru, ranked by overlap. Discovered automatically through the match graph.
AutoGen
Multi-agent framework with diversity of agents
joinly
Make your meetings accessible to AI Agents
IBM wxflows
** - Tool platform by IBM to build, test and deploy tools for any data source
Dasha
Revolutionize communication with lifelike, customizable AI...
Programmatic MCP Prototype
** - Experimental agent prototype demonstrating programmatic MCP tool composition, progressive tool discovery, state persistence, and skill building through TypeScript code execution by **[Adam Jones](https://github.com/domdomegg)**
ms-agent
MS-Agent: a lightweight framework to empower agentic execution of complex tasks
Best For
- ✓developers building personal AI assistants for Telegram
- ✓teams deploying internal AI tools to non-technical users via Telegram
- ✓rapid prototyping of LLM agents without frontend development
- ✓developers building stateful conversational agents
- ✓teams deploying customer support bots that need conversation memory
- ✓builders prototyping multi-turn dialogue systems quickly
- ✓developers building agents that integrate with external services (APIs, databases, webhooks)
- ✓teams deploying agents that need to take actions beyond text generation
Known Limitations
- ⚠Limited to Telegram's message format constraints (4096 character limit per message)
- ⚠No native support for rich UI components beyond Telegram's inline keyboards
- ⚠Polling-based updates may introduce latency compared to webhook-based architectures
- ⚠Conversation context stored in-memory by default — no built-in persistence across bot restarts
- ⚠Context window limited by underlying LLM provider (typically 4K-128K tokens)
- ⚠No automatic context summarization or pruning — long conversations may hit token limits
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Package Details
About
OpenHiru — AI agent controlled via Telegram
Categories
Alternatives to @kushuri12/ohiru
Are you the builder of @kushuri12/ohiru?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →