From fbafa93fdece3f72f419a53f2b045f67234e76d1 Mon Sep 17 00:00:00 2001 From: Johanderson Mogollon Date: Thu, 10 Sep 2026 23:27:24 +0200 Subject: [PATCH] Add minibot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff06e0271..830fd095d5 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) - Anthropic's Python SDK for building AI agents on Claude Code's harness — custom tools, in-process MCP servers, hooks. - Personal Assistants - [hermes-agent](https://github.com/nousresearch/hermes-agent) - An adaptive personal AI assistant that grows with you. + - [minibot](https://github.com/sonic182/minibot) - Lightweight self-hosted personal AI assistant for Telegram with tools, memory, scheduling, and Python extensions. - Prompt Optimization - [dspy](https://github.com/stanfordnlp/dspy) - A framework for programming, not prompting, language models. - Data Layer