Agent-S icon indicating copy to clipboard operation
Agent-S copied to clipboard

Agent S: an open agentic framework that uses computers like a human

Results 39 Agent-S issues
Sort by recently updated
recently updated
newest added

Agent_s2 CLI with OpenRouter appears to be failing to generate the DAG. See output below: ``` agent_s2 --provider "open_router" --model "meta-llama/llama-4-maverick" --grounding_model "meta-llama/llama-4-maverick" --grounding_model_provider "open_router" Downloading knowledge base initial Agent-S...

Hi, when I run Agent-S2 on OSWorld. The following error occurred: ``` Error code: 400 - {'object': 'error', 'message': 'Conversation roles must alternate user/assi stant/user/assistant/...', 'type': 'BadRequestError', 'param': None, 'code':...

DeepSeek-R1 免费的API Key可使用。https://hao666666.online 获取免费API接口。

When running the agent_s2 command to initialize Agent-S with the Gemini provider or any other provider and model, the process fails with a ReadTimeout error during the download of the...

ive set up agent s2... on entering a prompt in the perplexica ui, it is forever waiting... ![Image](https://github.com/user-attachments/assets/e4313f9d-d76d-4711-bf53-7683e7ebf683) ive set up qwen2.5 using ollama and im using that as the...

- Fixed DAG generation for OpenRouter (it sent the instructions without the plan) - Added an error to be thrown, instead of silently skipping add_message()

Not a big deal, but I noticed `OPENAI_API_KEY` and `ANTHROPIC_API_KEY` is always required, even if I use a different provider. ValueError: An API Key needs to be provided in either...