Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Agent Zero

2.5k members β€’ Free

75 contributions to Agent Zero
Agent0: SwarmOS edition "Your personal AI, but it can securely collaborate with your friends' AIs?"
I really think I found something interesting for the future of Agent0, so in this thread I share some of the chaos. Started one way, switching Agent0, Pear Runtime and Hyperswarm = <3 Pivoting from "Fully autonomous machine-control swarm" idea to A private, encrypted multiplayer mode for Agent Zero idea The Pitch - You run your agent locally (like always) - You join a topic/swarm with people you trust - Your agents share research, split tasks, pool knowledge - Everything stays off corporate servers ______________________________ Current state ( older, going towards Fully autonomous machine-control swarm ) Agent Zero: SwarmOS Edition A decentralized, serverless agent swarm powered by Agent0, Pear Runtime and Hyperswarm. This branch extends Agent Zero with a P2P sidecar, enabling autonomous multi-agent collaboration, shared memory, distributed storage, and a real-time visual dashboard ("SwarmOS"). 🌟 Key Features 1. Decentralized Discovery (Hypermind) - Agents automatically discover each other via the Hyperswarm DHT. - Zero Configuration: No central server or signaling server required. - Self-Healing: Peers automatically re-connect if the network drops. 2. SwarmOS Dashboard A React-based "Mission Control" for your agent. - Live Topology: Visualize the swarm network graph in real-time. - Data Layer UI:Local Drive: Browse files stored in the agent's Hyperdrive.Cortex Memory: Watch the agent's "thoughts" stream live from Hypercore. - A2UI: Render custom JSON interfaces sent by other agents. 3. Distributed Data Layer - Shared Memory (Hypercore): An append-only log for agent thoughts and logs. - Distributed File System (Hyperdrive): P2P file storage for sharing artifacts (images, code). - Identity Persistence: Ed25519 key pairs managed via identity.json.
Agent0: SwarmOS edition "Your personal AI, but it can securely collaborate with your friends' AIs?"
1 like β€’ 3d
Super friggin cool! Nice work, @Proto Labs !!
A0 Docekr Ports or LiteLLM Issues?
Hello and Good Afternoon Everyone, Please forgive my wall of text. I will state that I'm not 100% familiar with docker, as I've only used it on my desktop and not in the wild. Also, when discussing technicals on AI products I do believe that "context" is important for transparency. I have installed A0 on my Debian VPS. I followed the instructions found here -> https://www.agent-zero.ai/p/docs/get-started/#installation Docker components would not install as stated. Had to first add docker source and key, then I was able to install. Followed everything else; was able to pull image and start with persistance just fine. For added layer of security I have installed Tailscale - private vpn from my home -> A0 host (for free). I was able to get to the WebUI just fine by exposing port 50080 to tailscale (tailscale serve) which gives me an https URL only available on the tailscale network. Now for my nftables firewall - I am only allowing all connections through tailscale inteface; everything else gets denied by policy. I can ssh in, ping out, etc. Secure two-way communitcation established at the host/network level. After I installed A0 and able to login to the WebUI - I went to settings as instructed to set API keys. I found the area for Embedding Model. I set my model provider (openrouter), set my model (as suggested in documentation openai/text-embedding-3-small), set my API key, and set the embedding model base URL. Click "Save". I go to open "new chat' and type 'hello' -- starts "Initializing memory database...". It continues to do this for some time. I look in the logs (docker logs --tail 100 -f agent-zero) and I see this: WARNING [huggingface_hub.utils._http] Retrying in 8s [Retry 5/5]. '(MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /sentence-transformers/all-MiniLM-L6-v2/resolve/main/tokenizer_config.json (Caused by NameResolutionError("HTTPSConnection(host=\'huggingface.co\', port=443): Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: f16d5bf3-43e9-493a-803a-d30b16d0f987)')' thrown while requesting HEAD https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/resolve/main/tokenizer_config.json
0 likes β€’ 3d
@Martin M Glad you were able to maneuver over the hurdle and stick the landing! 🀘🏻
One-Line Installs are here! ⚑ (+ A sneak peek at what's next)
Hey everyone, Great news for anyone setting up a new instance or onboarding friends and clients to Agent Zero. We have officially launched our one-line install scripts! You no longer need to manually clone the repo. Just paste the command for your OS into your terminal: - Mac/Linux: curl -fsSL https://bash.agent-zero.ai | bash - Windows: irm https://ps.agent-zero.ai | iex - Docker: docker run -p 80:80 agent0ai/agent-zero Why is this important right now? We are currently polishing the Plugin System and the Community Plugin Marketplace. Very soon, you will be able to extend Agent Zero's capabilities by installing community-made plugins directly from the UI with a single click. Let us know how the new install scripts work for you!
One-Line Installs are here! ⚑ (+ A sneak peek at what's next)
2 likes β€’ 8d
@Noga Ja You can still use docker pull. Certainly not being forced to use it. A one liner install is something the community has wanted for a long time.
Why we are exactly in the right place at the right time πŸš€
I highly recommend giving this video a watch. The stats he shares are mind-blowing: Big companies wasted $285 billion on AI last year simply because they don't know how to actually build with it. The biggest takeaway? Only 0.05% of the world actually knows how to use AI to produce real resultsβ€”like asking AI how to build something and having it do the heavy lifting for you. This video perfectly validates everything we're doing here with Agent Zero. The world is splitting into "consumers" and "producers," and by learning to build autonomous agents, we are positioning ourselves in that top 0.05% of producers. I haven't fully mastered my A0 setup yet, but seeing this data makes the learning curve totally worth it. Keep building. (P.S. Please excuse the language in the video's thumbnail. I definitely don't endorse that kind of thing, but the data inside was just too relevant to our community not to share!)
1 like β€’ 11d
@Daniel ITwizard Fear of missing out
How to pre-configure Agent Zero with A0_SET_
Working with VPS or just in need of auto-config? You can skip the Settings UI entirely and set any Agent Zero setting straight from your .env file. This is especially useful for Docker deployments, CI pipelines, or if you just want a reproducible setup. How it works Add any setting to your `.env` file with the `A0_SET_` prefix: ``` A0_SET_{setting_name}={value} ``` A few examples: # Models A0_SET_chat_model_provider=anthropic A0_SET_chat_model_name=claude-sonnet-4.6 A0_SET_chat_model_ctx_length=200000 A0_SET_util_model_provider=openrouter A0_SET_util_model_name=google/gemini-3-flash-preview # Agent profile A0_SET_agent_profile=agent0 A0_SET_agent_knowledge_subdir=custom The name is case-insensitive (A0_SET_chat_model_provider and A0_SET_CHAT_MODEL_PROVIDER both work). These env vars act as defaults: if you later change a setting in the UI and save, the saved value takes priority. Think of A0_SET_ as default if nothing else is configured. Questions? Drop them in #general! See you in the Community Call at 4PM UTC. Skool link: https://www.skool.com/live/DlyvNKHbyWw
1 like β€’ 17d
πŸ₯–
1-10 of 75
Chadwick Jones
5
354points to level up
@chadwick-jones-7116
Terminally Lazy...

Active 3d ago
Joined Sep 1, 2024
Catchin' Tags!
Powered by