130 Commits

Author SHA1 Message Date
Mariozada 250efc6f49 feat: unify agent memory with <add_memory> tags, remove remember tool
Replace separate manager_memory/fast_memory fields with a single
agent_memory field shared by both FastAgent and Manager modes.
FastAgent now parses <add_memory> tags from LLM responses and
re-injects accumulated memory as a <memory> block every step,
matching the existing Manager behavior. The remember() tool is
removed in favor of the tag-based mechanism.
2026-05-19 00:46:06 +10:00
Mariozada 2dc974c50f chore: update docs and uv.lock for removed deepseek extra
DeepSeek is now included by default (routed through OpenAILike).
Remove deepseek from optional extras in docs and refresh uv.lock.
2026-04-30 18:48:59 +10:00
rasul.osmanbayli 91112d7e0f feat: add vision-only visual remote support 2026-04-24 12:48:00 +04:00
rasul.osmanbayli f646ec1bb5 feat: add vision-only visual remote support 2026-04-20 20:39:15 +04:00
lutz-grex ac9ad935bf fix(sdk): switch to mobilerun_sdk module and revert org urls 2026-04-16 14:50:35 +02:00
lutz-grex cbaac77da5 refactor(docs): rename droidrun to mobilerun in all docs 2026-04-15 14:33:18 +02:00
Mariozada 856e0d8a31 docs: add droidrun configure to quickstart and CLI guide 2026-04-08 14:06:47 +10:00
johnmalek312 f726708fed fix(ios): use single 4s state fetch budget without retry 2026-04-02 17:09:44 +11:00
johnmalek312 5ad3dc1271 fix(ios): remove dead back button branch and update outdated iOS docs
Remove unreachable back button handler in IOSDriver.press_button()
(guard rejects it before reaching the handler). Guard empty
supported_buttons producing malformed system_button description.

Update iOS docs to match current driver behavior: get_date() works,
input_text() clear is supported, swipe uses coordinates, port is 6643.
Replace stub iOS setup guide with full Xcode build/signing/iproxy
instructions.
2026-03-31 23:33:18 +11:00
johnmalek312 d12efee850 Merge branch 'docs/update-v5-docs' 2026-03-28 19:18:35 +11:00
johnmalek312 be0048196a docs: remove versioned docs structure, keep only latest
Remove v3, v4, and v5 directories. Move latest (v5) docs to docs root.
Update docs.json navigation to use flat tabs instead of versioned layout.
Fix all internal links to use unversioned paths.
2026-03-27 22:33:24 +11:00
Ramtx 317add745a Merge branch 'main' into main 2026-03-27 21:03:34 +11:00
Mariozada 5223cebe61 fix :naming consistancy 2026-03-27 20:31:06 +11:00
johnmalek312 dcdc1e9fd3 docs: fix broken anchor link, clarify send_user_message example, mark --agent as future 2026-03-27 17:36:02 +11:00
johnmalek312 cef6b5965b docs: fix PR review feedback
- Fix send_user_message example to use asyncio.create_task()
- Add description for --agent flag and external agents
- Document stealth and wpm params on input_text
2026-03-27 17:09:49 +11:00
johnmalek312 c079d93a46 docs: update v5 docs to match current codebase 2026-03-27 16:02:50 +11:00
johnmalek312 8c53a5682a docs: make v5 the default docs version 2026-03-02 14:34:16 +11:00
johnmalek312 ed92367599 docs: fix inconsistencies across v4/v5 documentation 2026-03-02 13:07:25 +11:00
sleynsol 5bf65650ea docs: updated logo 2026-02-19 12:03:24 +01:00
johnmalek312 341dee63ad refactor: move driver param from StateProvider.get_state() to __init__ 2026-02-17 15:27:19 +11:00
johnmalek312 869d84fc30 docs: update docs to match v5 2026-02-16 18:26:17 +11:00
johnmalek312 90de45f64f docs: default to v4 2026-02-16 17:10:31 +11:00
johnmalek312 7566773f0a docs: fix event field names, custom tools format, and add missing config options in v5 docs 2026-02-13 21:17:00 +11:00
johnmalek312 ef0b14934e docs: add v5 docs with version switcher, replace CodeAct with FastAgent
- Delete legacy v1 and v2 docs
- Create v5 docs as new latest version
- Configure Mintlify navigation.versions for v3/v4/v5 switcher
- Replace all CodeAct references with FastAgent (XML tool-calling)
- Update internal event types to match FastAgent implementation
- Fix all cross-references to point to /v5/
- Remove v3→v4 migration guide from v5
- Update SKILL.md and gen-docs-sdk-ref.sh to target v5
2026-02-13 14:40:37 +11:00
johnmalek312 db376452da docs: update Python version compatibility in README and quickstart guide 2026-02-11 01:06:40 +11:00
johnmalek312 7a300e514e docs: move SKILL.md to repo root and add project details
Move skill file to repo root so paths resolve when the repo is cloned
directly. Add architecture overview and source code structure table.
2026-02-09 17:02:07 +11:00
johnmalek312 5eeefd71a9 docs: simplify install commands and add docs skill
Most LLM providers are now included by default, so remove unnecessary
extras from install commands. Add SKILL.md for docs/v4 as a routing
index for agent use.
2026-02-09 16:56:27 +11:00
johnmalek312 201cb25488 chore: move current docs into v4/ directory for versioned structure
Move all root-level doc pages (overview, quickstart, features, concepts,
guides, sdk) into docs/v4/ to match the versioning pattern used by
v1/v2/v3. Update docs.json navigation and all internal cross-references
to use /v4/ prefix. Fix broken anchor link in app-cards.mdx.
2026-02-09 16:44:45 +11:00
johnmalek312 a4115700ee chore: update docs 2026-02-05 20:33:46 +11:00
johnmalek312 966052f7c1 feat: include openai, openai-like, google-genai, ollama, and openrouter LLM providers as default dependencies 2026-01-30 00:26:04 +11:00
sleynsol 8bd0023428 docs: remove benchmark button 2026-01-08 15:01:12 +01:00
sleynsol 601d9475ff docs: remove api reference and redirect to cloud docs 2026-01-08 14:56:44 +01:00
sleynsol e2a797ecd6 docs: increase logo size 2026-01-08 14:56:09 +01:00
johnmalek312 19d75bf2fa feat(docs): update docs 2025-12-10 17:57:32 +11:00
sleynsol 8f603aac93 docs: adjusted mintlify integration 2025-12-01 17:26:53 +01:00
sleynsol 6a21267563 docs: use mintlify integration 2025-12-01 12:28:06 +01:00
sleynsol 547d842393 docs: updated cloud api docs 2025-11-21 09:42:11 +01:00
sleynsol 400160153e docs: added cloud api reference 2025-11-20 21:05:26 +01:00
johnmalek312 bdfdee5b2b fix: credential manager async and get keys 2025-11-15 07:29:25 +11:00
johnmalek312 3973e58cc2 docs: enhance event documentation and structure in events-and-workflows.mdx 2025-11-13 23:51:32 +11:00
johnmalek312 243cf63a60 feat: better credential manager 2025-11-12 17:55:53 +11:00
sleynsol 1870df8165 docs: added missing docker page 2025-11-10 15:00:28 +01:00
bibhuti-ssh 0b45d11a0e migration docs , multi lingual and minor fix 2025-11-10 18:29:54 +05:30
sleynsol 393b5d7c3d Merge pull request #203 from lesurJ/feature/docker
Feature/docker
2025-11-10 12:35:41 +01:00
johnmalek312 eded48b636 Merge branch 'origin/main' 2025-11-10 21:52:55 +11:00
johnmalek312 cc9ccf5399 chore: doc cleanup and namespace 2025-11-10 21:44:34 +11:00
Timo 0e098a5ae5 docs: update gemini guide to v0.4
update gemini guide llm parameter resulting in the following exception
2025-11-10 09:52:28 +01:00
Mariozada 03ad3e95e9 Added Feature to Docs 2025-11-09 13:05:13 +11:00
debugactiveprocess e8ba8df06f llm parameter resulting in the following exception
TypeError: Workflow.__init__() got an unexpected keyword argument 'llm'


The issue was caused by an API change in the droidrun framework the DroidAgent constructor now expects the parameter llms (plural) instead of llm.


🔧 Changes Made

Replaced llm= with llms= in the example code block.

Updated how the result object is accessed, changing result['success'] to attribute-style access (result.success, result.reason).

Adjusted comments to reflect the updated constructor signature.
2025-11-07 15:01:08 -03:00
Jean LESUR bacf2d10c3 doc: created docker guide 2025-11-01 11:19:04 +01:00