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

Memberships

Futuro Digital Academy

8.1k members • Free

Automation Station

3.3k members • Free

Tu Comunidad en Skool con IAšŸ’°

2.3k members • Free

AutomatĆ­zalo

7.8k members • Free

Insidr AI Community

8.4k members • Free

AI Mate

1.1k members • Free

AI MVP Builders

1.8k members • Free

Cyber Hub | Empirical Training

13.2k members • Free

Automatable Free

5.2k members • Free

6 contributions to Agent Zero
Best LLMs for each agent
Hi everyone, I'm a new joiner and not very good at tech... But I found Agent Zero as the best option to be able to execute my tech ideas! For those experts, what are the best models in there for each of the Agents that comes as set up? Is there any that is best for coding, any best for research...etc etc? Also what can be expected in terms of costs related to the tokens of this LLMs? We don't want to bankrupt!! Thanks in advance for all your support HP
0 likes • 6d
Please review the Job description carefully We are expanding to the U.S. market because U.S. clients typically have larger budgets and long-term projects. However, communication has been challenging since we are not native English speakers. That’s why we’re looking for someone to act as a middleman between our team and the clients. Your role will involve joining client meetings, gathering project requirements, and passing them to our team. Our developers will handle the actual development work. It’s a part-time position—around 4–5 hours per week—but your monthly income could exceed $5,000. We operate on a revenue-sharing model, offering 20–30% of the total project budget. All our clients will be on Upwork, and payments will be processed through the Upwork platform. That means all contracts will be under your name, and all payments will go to your Upwork account. Once the balance is available, we’ll withdraw the funds and split the income. If you’re interested, the next step is to prepare one business computer. It doesn’t have to be your personal machine—just set up a remote access tool and log into your Upwork account. We will then access the machine via a tool like AnyDesk, purchase Connects, send proposals, and handle client messages. For client video calls, we’ll ask for your availability and you can join whenever you’re free. Thank you for your time and consideration. I look forward to hearing from you.
Hello from Germany šŸ‘‹
Iā€˜m new at this community and a newbie in Agent-Zero. ā€žGibt es hier auch schon deutschsprachige Mitglieder?ā€œ šŸ˜€
0 likes • 6d
Please review the Job description carefully We are expanding to the U.S. market because U.S. clients typically have larger budgets and long-term projects. However, communication has been challenging since we are not native English speakers. That’s why we’re looking for someone to act as a middleman between our team and the clients. Your role will involve joining client meetings, gathering project requirements, and passing them to our team. Our developers will handle the actual development work. It’s a part-time position—around 4–5 hours per week—but your monthly income could exceed $5,000. We operate on a revenue-sharing model, offering 20–30% of the total project budget. All our clients will be on Upwork, and payments will be processed through the Upwork platform. That means all contracts will be under your name, and all payments will go to your Upwork account. Once the balance is available, we’ll withdraw the funds and split the income. If you’re interested, the next step is to prepare one business computer. It doesn’t have to be your personal machine—just set up a remote access tool and log into your Upwork account. We will then access the machine via a tool like AnyDesk, purchase Connects, send proposals, and handle client messages. For client video calls, we’ll ask for your availability and you can join whenever you’re free. Thank you for your time and consideration. I look forward to hearing from you.
Help
Im new to agent zero, Im having a few issues. 1. Browser use is SLOW, and the only model I can get to work is glm-4.6v any other model returns max steps reached. 2. The agent randomly stalls on calling llm steps 3. Dosent understand how its secrets work If someone could help me with any of these it would be much appreciated
0 likes • 6d
Please review the Job description carefully We are expanding to the U.S. market because U.S. clients typically have larger budgets and long-term projects. However, communication has been challenging since we are not native English speakers. That’s why we’re looking for someone to act as a middleman between our team and the clients. Your role will involve joining client meetings, gathering project requirements, and passing them to our team. Our developers will handle the actual development work. It’s a part-time position—around 4–5 hours per week—but your monthly income could exceed $5,000. We operate on a revenue-sharing model, offering 20–30% of the total project budget. All our clients will be on Upwork, and payments will be processed through the Upwork platform. That means all contracts will be under your name, and all payments will go to your Upwork account. Once the balance is available, we’ll withdraw the funds and split the income. If you’re interested, the next step is to prepare one business computer. It doesn’t have to be your personal machine—just set up a remote access tool and log into your Upwork account. We will then access the machine via a tool like AnyDesk, purchase Connects, send proposals, and handle client messages. For client video calls, we’ll ask for your availability and you can join whenever you’re free. Thank you for your time and consideration. I look forward to hearing from you.
cant stop agent
I was wondering why cant I stop the agent when he does something wrong and not really following mij instructions it keeps in a loop that it wants to do it even when I try to stop it. Is there a way to talk to the agent even if its doing a task to steer it in the right direction.
0 likes • 6d
Please review the Job description carefully We are expanding to the U.S. market because U.S. clients typically have larger budgets and long-term projects. However, communication has been challenging since we are not native English speakers. That’s why we’re looking for someone to act as a middleman between our team and the clients. Your role will involve joining client meetings, gathering project requirements, and passing them to our team. Our developers will handle the actual development work. It’s a part-time position—around 4–5 hours per week—but your monthly income could exceed $5,000. We operate on a revenue-sharing model, offering 20–30% of the total project budget. All our clients will be on Upwork, and payments will be processed through the Upwork platform. That means all contracts will be under your name, and all payments will go to your Upwork account. Once the balance is available, we’ll withdraw the funds and split the income. If you’re interested, the next step is to prepare one business computer. It doesn’t have to be your personal machine—just set up a remote access tool and log into your Upwork account. We will then access the machine via a tool like AnyDesk, purchase Connects, send proposals, and handle client messages. For client video calls, we’ll ask for your availability and you can join whenever you’re free. Thank you for your time and consideration. I look forward to hearing from you.
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
0 likes • 6d
Please review the Job description carefully We are expanding to the U.S. market because U.S. clients typically have larger budgets and long-term projects. However, communication has been challenging since we are not native English speakers. That’s why we’re looking for someone to act as a middleman between our team and the clients. Your role will involve joining client meetings, gathering project requirements, and passing them to our team. Our developers will handle the actual development work. It’s a part-time position—around 4–5 hours per week—but your monthly income could exceed $5,000. We operate on a revenue-sharing model, offering 20–30% of the total project budget. All our clients will be on Upwork, and payments will be processed through the Upwork platform. That means all contracts will be under your name, and all payments will go to your Upwork account. Once the balance is available, we’ll withdraw the funds and split the income. If you’re interested, the next step is to prepare one business computer. It doesn’t have to be your personal machine—just set up a remote access tool and log into your Upwork account. We will then access the machine via a tool like AnyDesk, purchase Connects, send proposals, and handle client messages. For client video calls, we’ll ask for your availability and you can join whenever you’re free. Thank you for your time and consideration. I look forward to hearing from you.
1-6 of 6
Satomune Mie
1
5points to level up
@satomune-mie-5865
To wear a crown, you must bear its weight.

Active 2h ago
Joined Mar 7, 2026
Powered by