{"id":50798759,"url":"https://github.com/lordbuffcloud/bee","last_synced_at":"2026-06-12T17:05:46.964Z","repository":{"id":336945501,"uuid":"1150976890","full_name":"lordbuffcloud/bee","owner":"lordbuffcloud","description":"Binary Executive Execution","archived":false,"fork":false,"pushed_at":"2026-02-06T22:16:14.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T09:23:53.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lordbuffcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":"docs/ROADMAP.md","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-02-05T22:56:10.000Z","updated_at":"2026-02-06T22:16:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lordbuffcloud/bee","commit_stats":null,"previous_names":["lordbuffcloud/bee"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lordbuffcloud/bee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fbee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fbee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fbee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fbee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordbuffcloud","download_url":"https://codeload.github.com/lordbuffcloud/bee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fbee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34253971,"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":[],"created_at":"2026-06-12T17:05:45.927Z","updated_at":"2026-06-12T17:05:46.955Z","avatar_url":"https://github.com/lordbuffcloud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B.E.E. (Binary Executive Engine)\n\nB.E.E. is an OpenClaw-style agent platform with a hive manager UI, Telegram interface, and an opinionated memory + heartbeat system.\n\n## Highlights\n- Telegram control surface (aiogram)\n- Memory system interface (EvermemOS)\n- Heartbeat with configurable \"thumps\"\n- Risk tolerance monitor with halt threshold\n- Agent swarm stub for local Ollama workers\n- React \"Hive Manager\" UI for onboarding and control\n\n## Stack\n- Backend: Python + FastAPI\n- Frontend: React + Vite (TypeScript)\n\n## Quickstart (Dev)\n1. Backend\n```\ncd backend\npython -m venv .venv\n. .venv/Scripts/Activate.ps1\npip install -r requirements.txt\npython main.py\n```\n2. Python UI\n```\npython -m bee.ui\n```\n\nBackend runs on `http://localhost:8080`.\nPython UI runs as a desktop window (no browser required).\n\n## Installer\nUse the PowerShell installer to set up venv and launch the backend + Python UI:\n```\n.\\installer\\install.ps1\n```\nIf you want to launch later:\n```\n.\\installer\\run.ps1\n```\nSkip auto-launch:\n```\n.\\installer\\install.ps1 -NoRun\n```\nBuild the optional web UI:\n```\n.\\installer\\install.ps1 -BuildWebUi\n```\nBy default, the installer provisions a local EvermemOS instance (clones to `.evermemos`, boots dependencies, and prepares the Python env) and sets `EVERMEM_ENDPOINT` to `http://localhost:8001`.\nTo skip local EvermemOS or target a remote endpoint:\n```\n.\\installer\\install.ps1 -NoEvermem\n.\\installer\\install.ps1 -EvermemEndpoint \"http://localhost:8000\"\n```\nLocal EvermemOS provisioning expects Docker (Compose) and `uv` to be available.\nInstaller EvermemOS options (also reads from env vars or prompts):\n```\n.\\installer\\install.ps1 -EvermemEndpoint \"http://localhost:8000\" -EvermemApiKey \"YOUR_KEY\"\n```\nAdditional EvermemOS options:\n```\n.\\installer\\install.ps1 -EvermemRoot \"C:\\path\\to\\EverMemOS\" -EvermemPort 8001\n.\\installer\\install.ps1 -EvermemLlmApiKey \"LLM_KEY\" -EvermemVectorizeApiKey \"VECTOR_KEY\"\n```\nOptional provider keys:\n```\n.\\installer\\install.ps1 -OpenAiApiKey \"OPENAI_KEY\" -BraveSearchApiKey \"BRAVE_KEY\" -BrowserUseApiKey \"BROWSER_USE_KEY\"\n```\n\n## Configuration\nCopy `.env.example` to `.env` and set keys:\n- `TELEGRAM_BOT_TOKEN`\n- `OPENAI_API_KEY`\n- `OPENAI_TRANSCRIBE_MODEL` (optional)\n- `ELEVENLABS_API_KEY`\n- `EVERMEM_ENDPOINT`\n- `EVERMEM_API_KEY`\n- `EVERMEM_GROUP_ID` (optional)\n- `EVERMEM_GROUP_NAME` (optional)\n- `EVERMEM_SENDER` (optional)\n- `EVERMEM_SENDER_NAME` (optional)\n- `EVERMEM_ROLE` (optional)\n- `EVERMEM_SCENE` (optional)\n- `EVERMEM_LOCAL` (optional)\n- `EVERMEM_ROOT` (optional)\n- `EVERMEM_PORT` (optional)\n- `EVERMEM_LLM_API_KEY` (optional)\n- `EVERMEM_VECTORIZE_API_KEY` (optional)\n- `BRAVE_SEARCH_API_KEY` (optional)\n- `BRAVE_SEARCH_ENDPOINT` (optional)\n- `BROWSER_USE_API_KEY` (optional)\n- `BROWSER_USE_LLM` (optional)\n\n## Smoke Tests\nWith the backend running:\n```\npython backend/smoke_tests.py\n```\nOptional env vars:\n- `BEE_YOUTUBE_TEST` (YouTube URL or ID)\n- `BEE_BROWSER_USE_URL` (URL to extract)\n\n## Notes\nThe web UI is still available at `/ui` if you build `frontend/`, but the primary UI is now the Python desktop app in `backend/bee/ui.py`.\nThis repo is scaffolded with stubs for voice; web search, YouTube transcription, and browser-use are now wired.\n\nEvermemOS reference: https://github.com/EverMind-AI/EverMemOS/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordbuffcloud%2Fbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordbuffcloud%2Fbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordbuffcloud%2Fbee/lists"}