{"id":44967403,"url":"https://github.com/bleuradience/bleunova-ai-agent","last_synced_at":"2026-02-18T15:00:37.452Z","repository":{"id":338044064,"uuid":"1156351962","full_name":"BleuRadience/BleuNova-AI-Agent","owner":"BleuRadience","description":"BleuNova AI Agent: Your ethical, hacker-proof personal AI companion. Self-hosted, autonomous, multi-modal (video, IoT, voice), with built-in continual learning, Grok-powered wit (optional), and zero-trust security — all local-first and open-source.","archived":false,"fork":false,"pushed_at":"2026-02-13T17:26:43.000Z","size":84,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T18:19:18.254Z","etag":null,"topics":["ai-agent","docker","ethical-ai","grok-api","local-llm","multi-agent","ollama","open-source-ai","privacy-first","self-hosted"],"latest_commit_sha":null,"homepage":"","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/BleuRadience.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-02-12T14:54:39.000Z","updated_at":"2026-02-14T08:31:35.000Z","dependencies_parsed_at":"2026-02-18T15:00:31.268Z","dependency_job_id":null,"html_url":"https://github.com/BleuRadience/BleuNova-AI-Agent","commit_stats":null,"previous_names":["bleuradience/bleunova-ai-agent"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BleuRadience/BleuNova-AI-Agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BleuRadience%2FBleuNova-AI-Agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BleuRadience%2FBleuNova-AI-Agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BleuRadience%2FBleuNova-AI-Agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BleuRadience%2FBleuNova-AI-Agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BleuRadience","download_url":"https://codeload.github.com/BleuRadience/BleuNova-AI-Agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BleuRadience%2FBleuNova-AI-Agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-agent","docker","ethical-ai","grok-api","local-llm","multi-agent","ollama","open-source-ai","privacy-first","self-hosted"],"created_at":"2026-02-18T15:00:21.988Z","updated_at":"2026-02-18T15:00:37.421Z","avatar_url":"https://github.com/BleuRadience.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BleuNova AI Agent\n\n**BleuNova AI Agent: Your Ethical, Hacker-Proof Personal AI Companion**  \nSelf-hosted, autonomous AI agent for everyday tasks: messaging (Telegram/WhatsApp), file management, web browsing, video generation, IoT control, continual learning, multi-agent collaboration — all with strong ethics, zero-trust security, and optional witty personality via xAI Grok.\n\n## Features\n- Immutable ethical blueprint (truthfulness, no harm, consent gates, audit-ready logging)\n- Hacker-proof design (microVM-style sandboxing, anomaly detection, drift alerts)\n- Multi-agent orchestration with role-based teams (inspired by CrewAI patterns)\n- Multi-modal capabilities (video generation via open-source models, voice STT/TTS, vision)\n- xAI Grok API integration (optional — adds humor, fast tool calling, large context)\n- Visual dashboard + drag-and-drop workflow builder (LangFlow-inspired)\n- Built-in Docker assistance sub-agent (consent-gated help for setups \u0026 troubleshooting)\n- Free/local-first (Ollama fallback), offline queuing \u0026 resilience\n- Continual learning (replay-based + DSPy self-optimization)\n- Curated skills marketplace (expandable via community)\n- Watermarked outputs \u0026 provenance (clearly attributed to @BleuRadience)\n\n## Installation by Operating System\n\nBleuNova runs inside Docker containers — **the same repo works everywhere**.  \nThe only difference is installing **Docker** on your platform.\n\n### macOS (Apple Silicon M1/M2/M3/M4 or Intel)\n**Requirements**  \n- macOS Ventura (13) or later  \n- 8 GB RAM recommended (4 GB minimum)  \n\n**Steps**  \n1. Install Docker Desktop (free for personal use)  \n   → Download: https://www.docker.com/products/docker-desktop/  \n   → Choose Apple Silicon (arm64) or Intel version  \n   → Open .dmg → drag to Applications → launch Docker Desktop  \n   → Grant permissions when prompted  \n2. Clone \u0026 run  \n   ```bash\n   git clone https://github.com/BleuRadience/BleuNova-AI-Agent.git\n   cd BleuNova-AI-Agent\n   cp .env.example .env          # edit .env if adding keys\n   docker-compose up --build\nWindows 10/11 (Home, Pro, Enterprise, Education)\nRequirements\n\nWindows 11 64-bit (23H2+) or Windows 10 64-bit (22H2+)\n8 GB RAM recommended (4 GB minimum)\nVirtualization enabled in BIOS (VT-x / AMD-V)\n\nSteps\n\nInstall Docker Desktop (free for personal use)\n→ Download: https://www.docker.com/products/docker-desktop/\n→ Run .exe installer (enables WSL 2 automatically — reboot if asked)\n→ Launch Docker Desktop → allow firewall changes\nClone \u0026 run (PowerShell / Git Bash / Command Prompt)Bashgit clone https://github.com/BleuRadience/BleuNova-AI-Agent.git\ncd BleuNova-AI-Agent\ncopy .env.example .env        # edit .env if needed\ndocker-compose up --build\n\nLinux (Ubuntu, Fedora, Debian, etc.)\nRequirements\n\nModern Linux distro\n4–8 GB RAM recommended\n\nSteps\n\nInstall Docker Engine\nExample (Ubuntu/Debian):Bashsudo apt update\nsudo apt install docker.io docker-compose -y\nsudo systemctl start docker\nsudo usermod -aG docker $USER   # log out/in→ Full guide: https://docs.docker.com/engine/install/\nClone \u0026 runBashgit clone https://github.com/BleuRadience/BleuNova-AI-Agent.git\ncd BleuNova-AI-Agent\ncp .env.example .env\ndocker-compose up --build\n\nQuick Start (once running)\n\nDashboard (visual UI \u0026 builder): http://localhost:8501\nAPI example (run a task):Bashcurl -X POST http://localhost:8000/process-task \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"task\": \"Summarize latest AI news\"}'\n\nGet Help with Docker (Built-in Sub-Agent)\nIf installation or Docker commands confuse you:\n\nOpen dashboard → type e.g.:\n\"Help install Docker on macOS\"\n\"Fix docker-compose error on Windows\"\n\"How do I restart the agent container?\"\nOr API: POST to /docker-assist → {\"query\": \"Troubleshoot docker up\"}\n\nThe agent will:\n\nGive tailored steps\nGenerate safe commands\nAdd humor if WITTY_MODE=true\nAlways ask consent before any system-changing suggestion\n\nOptional Features\n\nHumor \u0026 personality\nSet WITTY_MODE=true in .env (requires GROK_API_KEY from https://console.x.ai)\nLocal models (completely free/offline)\nInstall Ollama → https://ollama.com\nSet OLLAMA_MODEL=llama3 (or your preferred model) in .env\nxAI Grok docs → https://docs.x.ai\n\nRoadmap (2026 Goals)\n\nv0.2: Public skills marketplace (bleuhub.ai)\nv0.3: Native voice input/output\nv0.4: Mobile companion (lightweight iOS/Android)\nv0.5: Enterprise extras (RBAC, audit exports, SSO)\n\nCommunity \u0026 Support\n\nX: @BleuRadience\nGitHub Discussions: here\nStar history: Star History\n\nAcknowledgments\nInspired by OpenClaw, CrewAI, AutoGen, LlamaIndex, DSPy, LangGraph, and xAI Grok.\nGrateful to the open-source AI community.\nLicense \u0026 Attribution\nMIT License — commercial use, modification, and selling permitted (must keep copyright notice \u0026 disclaimer).\nSee LICENSE for full text.\nCreated by @BleuRadience — Unauthorized use prohibited.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleuradience%2Fbleunova-ai-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbleuradience%2Fbleunova-ai-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleuradience%2Fbleunova-ai-agent/lists"}