{"id":50800471,"url":"https://github.com/javded-itres/holix","last_synced_at":"2026-06-12T19:01:17.570Z","repository":{"id":363148980,"uuid":"1255926795","full_name":"javded-itres/Holix","owner":"javded-itres","description":"Helix is ​​a powerful self-learning AI agent with memory, skills, and the ability to recall tools. It learns from successful tasks and creates reusable skills for the future.","archived":false,"fork":false,"pushed_at":"2026-06-11T19:12:54.000Z","size":12221,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-11T19:14:03.026Z","etag":null,"topics":["agent-skills","ai","assistant","claude-code","hermes","hermes-agent","llm","llm-agents","ouroboros","python","russian","security","self-hosted"],"latest_commit_sha":null,"homepage":"https://helix-agent.ru","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javded-itres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T09:50:42.000Z","updated_at":"2026-06-11T17:13:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/javded-itres/Holix","commit_stats":null,"previous_names":["javded-itres/helixagent","javded-itres/holix"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/javded-itres/Holix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javded-itres%2FHolix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javded-itres%2FHolix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javded-itres%2FHolix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javded-itres%2FHolix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javded-itres","download_url":"https://codeload.github.com/javded-itres/Holix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javded-itres%2FHolix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai","assistant","claude-code","hermes","hermes-agent","llm","llm-agents","ouroboros","python","russian","security","self-hosted"],"created_at":"2026-06-12T19:00:58.976Z","updated_at":"2026-06-12T19:01:17.545Z","avatar_url":"https://github.com/javded-itres.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helix — Self-Improving AI Agent\n\n**Helix** is a self-improving AI agent with persistent memory, a skills system, tool calling, MCP integration, and multiple interfaces: CLI, TUI, API gateway, and Telegram.\n\n[![PyPI](https://img.shields.io/pypi/v/HelixAgentAi.svg)](https://pypi.org/project/HelixAgentAi/)\n[![Python](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://python.org)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![Docs](https://img.shields.io/badge/docs-en%20%7C%20ru-blue)](docs/README.md)\n\n**Website:** [helix-agent.ru](https://helix-agent.ru) · **PyPI:** [HelixAgentAi](https://pypi.org/project/HelixAgentAi/) · **GitHub:** [javded-itres/HelixAgent](https://github.com/javded-itres/HelixAgent) · **Telegram:** [@helix_agent](https://t.me/helix_agent) · **Docs:** [EN](docs/en/README.md) · [RU](docs/ru/README.md) · **Donate:** [Boosty](https://boosty.to/javded/single-payment/donation/805721/target?share=target_link)\n\n---\n\n## Features\n\n- **Tool calling** — files, shell, web, code execution, optional Playwright browser tools\n- **Persistent memory** — SQLite conversations + ChromaDB semantic search\n- **Skills** — markdown skills with auto-generation and hub catalogs (ClawHub, Hermes, Claude plugins)\n- **MCP** — configure and assign Model Context Protocol servers per agent\n- **Multi-provider** — Ollama, LiteLLM, OpenAI, Groq, and any OpenAI-compatible API\n- **Interfaces** — `helix tui`, `helix chat-command`, `helix run`, `helix gateway`\n- **Security** — API keys, rate limits, command whitelist, confirmation prompts\n- **Operations** — `helix doctor`, `helix logs`, background gateway supervisor, Docker\n\n---\n\n## Quick start\n\n### Install\n\n**Install from PyPI** (Python 3.12+). Package: [`HelixAgentAi`](https://pypi.org/project/HelixAgentAi/), CLI command: `helix`:\n\n```bash\npipx install HelixAgentAi              # global CLI (recommended)\npipx install \"HelixAgentAi[all]\"       # + telegram, browser, tui-web, voice\n\n# or in a virtualenv:\npip install HelixAgentAi\npip install \"HelixAgentAi[telegram,browser]\"\n```\n\nDo not use `pip install helix` — that is a **different** package on PyPI.\n\nUpdate later: `helix update --channel pypi`\n\n**From source (developers):**\n\n```bash\ngit clone https://github.com/javded-itres/HelixAgent.git\ncd HelixAgent\n./scripts/install.sh          # macOS / Linux\n# Windows: .\\scripts\\install.ps1\n\nhelix version\nhelix doctor\n```\n\nPublishing: [docs/en/PYPI.md](docs/en/PYPI.md)\n\nDeveloper install:\n\n```bash\nuv sync \u0026\u0026 uv pip install -e .\ncp .env.example .env\n```\n\nFull guide: [docs/en/INSTALLATION.md](docs/en/INSTALLATION.md)\n\n### Configure and run\n\n```bash\nhelix models setup\nhelix tui                    # recommended UI\n# or:\nhelix chat-command\nhelix run \"What is in this repo?\"\nhelix gateway start\n```\n\n---\n\n## Documentation (English)\n\n| Topic | Link |\n|-------|------|\n| Install \u0026 update | [INSTALLATION.md](docs/en/INSTALLATION.md) |\n| **CLI reference** | [CLI.md](docs/en/CLI.md) |\n| **Slash commands `/`** | [SLASH_COMMANDS.md](docs/en/SLASH_COMMANDS.md) |\n| TUI | [TUI.md](docs/en/TUI.md) |\n| Configuration | [CONFIGURATION.md](docs/en/CONFIGURATION.md) |\n| Skill Hub | [HUB.md](docs/en/HUB.md) |\n| API Gateway | [GATEWAY.md](docs/en/GATEWAY.md) |\n| Logs | [LOGS.md](docs/en/LOGS.md) |\n| Doctor | [DOCTOR.md](docs/en/DOCTOR.md) |\n| Security | [SECURITY.md](docs/en/SECURITY.md) |\n| Deployment | [DEPLOYMENT.md](docs/en/DEPLOYMENT.md) |\n| Troubleshooting | [TROUBLESHOOTING.md](docs/en/TROUBLESHOOTING.md) |\n| Architecture | [ARCHITECTURE.md](docs/en/ARCHITECTURE.md) |\n\n## Документация (русский)\n\n| Тема | Ссылка |\n|------|--------|\n| Установка | [INSTALLATION.md](docs/ru/INSTALLATION.md) |\n| CLI | [CLI.md](docs/ru/CLI.md) |\n| Слэш-команды | [SLASH_COMMANDS.md](docs/ru/SLASH_COMMANDS.md) |\n| Начало | [START_HERE.md](docs/ru/START_HERE.md) |\n\n---\n\n## CLI at a glance\n\n```bash\nhelix tui                          # main UI\nhelix run \"query\"                  # one-shot\nhelix models setup                 # providers\nhelix hub browse                   # external skills\nhelix mcp setup                    # MCP servers\nhelix gateway start|status|stop|reload\nhelix logs [-s agent] [-f]\nhelix doctor [--fix]\nhelix install | helix update\n```\n\nIn TUI/Telegram, type `/help` for slash commands. See [docs/en/SLASH_COMMANDS.md](docs/en/SLASH_COMMANDS.md).\n\n---\n\n## Architecture\n\n```\nHelixAgent → run_agent_loop() (core/agent_execution.py)\n           → LangGraph / AgentLoop\n```\n\n| Layer | Path |\n|-------|------|\n| Execution | `core/agent_execution.py` |\n| Events | `core/agent_events.py` |\n| Tools | `core/tools/` |\n| Memory | `core/memory/` |\n| CLI | `cli/main.py` |\n| Gateway | `api/gateway.py` |\n\nDetails: [docs/en/ARCHITECTURE.md](docs/en/ARCHITECTURE.md)\n\n---\n\n## Docker\n\n```bash\ndocker compose up -d\n```\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). Run tests before PRs: `uv run pytest -m \"not llm\"`.\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavded-itres%2Fholix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavded-itres%2Fholix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavded-itres%2Fholix/lists"}