355 Commits

Author SHA1 Message Date
Xin (Eric) Wang bffdb59c60 Update README.md 2026-07-31 20:31:09 -07:00
Xin (Eric) Wang c32344a218 Update README.md 2026-07-31 20:29:04 -07:00
Xin (Eric) Wang 73ea17225b chore: apply black formatting to gui_agents (#194)
Pure formatting pass: AST-identical for every file. Brings 8 long-drifted files back into compliance with the lint workflow so main goes green again.
2026-05-13 00:28:42 -07:00
Hongzhi Wen 231fc86e91 Fix missing time imports on Linux grounding actions and place_text closure (#157)
Adds missing `import time` for the Linux `open()` action and `UBUNTU_APP_SETUP` script, and refactors `place_text` in `behavior_narrator` to take explicit x,y parameters instead of capturing loop variables.
2026-05-13 00:08:17 -07:00
Xin (Eric) Wang aa9e3df4cd Merge pull request #163 from majiayu000/feat/ollama-support
feat: add Ollama provider support
2026-05-12 23:59:05 -07:00
Lyon 5caa76cb19 Merge pull request #179 from simularhao/add-openclaw-integration
Add OpenClaw integration for Agent-S GUI automation
2026-02-20 22:09:49 -08:00
simularhao ec27689e6e Remove redundant openclaw.zip archive
The extracted directory is already version-controlled; the zip
contained macOS __MACOSX artifacts and duplicated the same files.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-20 11:19:05 -08:00
simularhao 16135934e5 Add OpenClaw integration for Agent-S GUI automation
Includes wrapper script, bash entry point, skill manifest, and
documentation for using Agent-S as an OpenClaw skill. Grounding
model env vars are marked as required to match the CLI contract.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-20 11:17:24 -08:00
lif 000dd37006 fix: clean up test env and normalize ollama param checks 2026-01-19 19:26:51 +08:00
lif b6601890d6 fix: address review comments (robust params, url normalization, cleanup) 2026-01-19 18:16:07 +08:00
lif c8f306efd7 refactor: reuse LMMEngineOpenAI for DeepSeek and Qwen providers 2026-01-19 18:06:24 +08:00
Chih-Lun (Richard) Lee 021736eb03 Merge pull request #174 from Mashiro-Ethereal/patch-1
chore: Update setup.py version to 0.3.2
2026-01-19 00:40:48 -08:00
Mutsuki 1f9dd3f61b Bump version from 0.3.1 to 0.3.2 in setup.py
chore: bump version to 0.3.2 in setup.py
2026-01-19 14:26:32 +08:00
lif d2271de170 feat: add DeepSeek/Qwen support and improve Ollama config 2026-01-15 17:38:22 +08:00
Chih-Lun (Richard) Lee 8644eb887d Merge pull request #170 from simular-ai/011425-bugfix-cli-app
fix to follow style guideline for our linter
2026-01-14 13:24:20 -08:00
richard 404f1e878b fix to follow style guideline 2026-01-14 13:21:47 -08:00
Chih-Lun (Richard) Lee 53c2362836 Merge pull request #169 from simular-ai/011425-bugfix-cli-app
fix undefined variable in cli app
2026-01-14 13:03:07 -08:00
richard bdebcc9090 fix undefined variable in cli app 2026-01-14 13:02:40 -08:00
Chih-Lun (Richard) Lee a24460233e Merge pull request #156 from maxwellVisual/main 2026-01-14 07:25:43 -08:00
maxwellVisual d59d5aa4d7 handle cli query as a special case 2026-01-14 17:39:41 +08:00
majiayu000 234450bb0c fix: restore OLLAMA_HOST env var support 2026-01-13 23:16:29 +08:00
majiayu000 02a9da5591 refactor: reuse LMMEngineOpenAI for Ollama provider 2026-01-13 22:55:16 +08:00
Chih-Lun (Richard) Lee 35fe23cce3 Merge pull request #151 from sergiudm/main
fix typo in worker's system prompt
2026-01-12 01:06:19 -08:00
majiayu000 c55f3947df fix: forward **kwargs to chat.completions.create() for Ollama engine
This ensures consistency with other engine implementations (OpenAI, Gemini,
OpenRouter, etc.) and allows callers to pass additional parameters like
stop, top_p, etc.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:32:11 +08:00
majiayu000 432a9f45d7 feat: add Ollama provider support
Add LMMEngineOllama class to support local Ollama models.
Ollama uses OpenAI-compatible API with default endpoint http://localhost:11434/v1.

Closes #44

Signed-off-by: majiayu000 <1835304752@qq.com>
2025-12-30 19:53:50 +08:00
alckasoc 2cb57fb5b5 update README! v0.3.2 2025-12-16 02:04:41 +00:00
maxwellVisual 847c40b54f Support passing query message as command line argument
Add '--task' argument for s3 agent, compatible with the old parrameters. The agent will be called once with the argument as its query if the '--task' parameter is given.
2025-11-29 15:25:09 +08:00
alckasoc f3ed515f22 remove code agent save to txt logs 2025-10-31 15:01:26 -07:00
sergiu 44a0de8d43 Merge pull request #1 from sergiudm/sergiudm-patch-1
Fix typo in worker's system prompt
2025-10-30 12:01:37 +08:00
sergiu a680e27033 Fix typo in worker's system prompt
Fix the apostrophe typo
2025-10-30 11:59:30 +08:00
alckasoc aaed16eb08 update procedural memory 2025-10-29 20:02:09 -07:00
alckasoc 5f889e5e56 add windows support to open action 2025-10-14 13:10:30 -07:00
Xin (Eric) Wang 09439b9d45 Update README.md 2025-10-05 14:14:10 -04:00
alckasoc 80787ad272 update version v0.3.1 2025-10-04 15:27:14 -07:00
alckasoc 3514032f59 added prints in code agent 2025-10-04 15:26:13 -07:00
alckasoc f495cc5de9 add local env option for code agent 2025-10-04 15:22:38 -07:00
Xin (Eric) Wang acbea10973 Update README.md 2025-10-03 23:52:57 -07:00
alckasoc be3a380d7c no env in cli 2025-10-04 03:41:22 +00:00
alckasoc a9ed594668 default disables coding agent if no env provided 2025-10-04 03:40:33 +00:00
alckasoc f55ec8627f update readme 2025-10-04 02:50:52 +00:00
alckasoc 9597193bd5 small bug fix 2025-10-04 02:40:47 +00:00
Vincent Tu 97bef62e13 Update README.md 2025-10-02 18:40:03 -07:00
Vincent Tu 6e01592804 Merge pull request #142 from simular-ai/s3
S3 🧠🤓🤯
v0.3.0
2025-10-02 18:30:02 -07:00
alckasoc 2e791299c2 fix lint yml 2025-10-02 18:28:16 -07:00
alckasoc 60d4962d74 format 2025-10-02 18:26:16 -07:00
alckasoc c2c1e1bba4 s3 🧠🤓🤯 2025-10-02 18:17:41 -07:00
alckasoc d78a6eb4d4 update version 2025-08-20 15:08:49 -07:00
chalo2000 5f64a0ffda Update default model to gpt-5 and add model temperature for o3 2025-08-20 14:31:07 -07:00
Vincent Tu 04b9756dac Merge pull request #126 from tageniu/new-feature-branch
Implement a Ctrl+C signal handler to pause for debug purposes
2025-08-15 13:37:31 -07:00
Vincent Tu 2a6bb5024b Merge pull request #130 from wehos/main
Fixed `open` action for Windows desktop.
2025-08-15 13:31:23 -07:00