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
johnmalek312
19d75bf2fa
feat(docs): update docs
2025-12-10 17:57:32 +11:00
johnmalek312
eded48b636
Merge branch 'origin/main'
2025-11-10 21:52:55 +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
johnmalek312
bca521fce2
doc update
2025-10-18 02:53:57 +11:00
timo
2d3694cd93
docs: fix cloud link
2025-09-30 14:18:00 -07:00
timo
901f81a031
docs: fix pip install command
2025-09-24 13:18:18 -07:00
Timo
de6676424c
Merge pull request #166 from droidrun/feat/less-deps-with-extras
...
less deps with extras
2025-09-17 11:20:18 -07:00
timo
b67336e588
feat: document dependency extras
2025-09-17 10:58:26 -07:00
Guilherme Schwierske
31a00edcf4
Update quickstart.mdx
2025-08-29 08:57:31 +02:00
HemantKumar01
3461e177c4
change save_trajectory to str again
2025-08-26 19:59:37 +05:30
HemantKumar01
5509b58fd6
change type of save_trajectory to bool
2025-08-26 18:52:17 +05:30
Sanjar Afaq
26f7ca6c40
Update quickstart.mdx
2025-08-13 19:37:25 +05:30
tbeck
1ce6a984f6
docs: update ollama guide
2025-08-08 09:18:53 +02:00
tbeck
6163ff08d8
docs: update AdbTools usage
2025-08-07 12:25:16 +02:00
tbeck
1ccad7f372
docs: bump version + add vision disclaimer to reflection mode
2025-08-07 12:19:37 +02:00
tbeck
3799327291
docs: update sdk reference
2025-08-07 12:11:42 +02:00
Silung
2b03b2ab0c
update doc
2025-08-05 13:59:31 +08:00
deepdocsai-test[bot]
e0eae5e3c4
DeepDocs: update triggered by 813b3b0
...
- docs/v3/concepts/models.mdx: Add DeepSeek and OpenAILike to supported LLM providers
2025-07-30 02:57:41 +00:00
tbeck
d665473f15
fix: adb make screenshot work again
2025-07-16 23:21:24 +02:00
tbeck
4728040787
docs: remove emoji's + link discord and website
2025-07-04 18:49:49 +02:00
tbeck
92461220ef
docs: add droidrun portal apk prereq disclaimer + link adb tools sdk reference
2025-07-04 18:46:00 +02:00
tbeck
ae294e34c3
docs: fix overview mobile icon
2025-07-04 18:41:07 +02:00
tbeck
9695427093
docs: update quickstart code + dedupe telemetry text
2025-07-04 18:39:28 +02:00
tbeck
65ab13549b
docs: add open ai like guide to guide overview
2025-07-04 18:27:38 +02:00
tbeck
9fa38eb0e2
docs: guides + updated sdk reference
2025-07-04 18:22:34 +02:00
tbeck
571e8a9122
docs: prefix class methods with class name
2025-07-04 13:39:43 +02:00
tbeck
26309318e1
docs: document DroidAgent.run
2025-07-04 13:38:25 +02:00
tbeck
ad81c4dfe7
docs: script to generate sdk reference + document adb + ios tools init
2025-07-04 13:35:18 +02:00
sleynsol
83632e835b
updated portal apk and android control docs
2025-07-04 13:22:48 +02:00
tbeck
c9672b58cb
Merge branch 'telemetry' of https://github.com/droidrun/droidrun into telemetry
2025-07-04 13:20:55 +02:00
tbeck
2ec047812c
docs: configure and generate api reference
2025-07-04 13:20:40 +02:00
sleynsol
ccc11704ec
updated docs to be more compact
2025-07-04 12:00:49 +02:00
tbeck
8e71c6479e
feat: sdk reference WIP
2025-07-03 18:38:44 +02:00
sleynsol
848d64fc4d
updated docs for version 0.3.1
2025-07-03 11:19:38 +02:00
sleynsol
1d778713f2
use google-genai instead of deprecated gemini as a provider
2025-06-30 17:14:44 +02:00
tbeck
0f03124b4c
chore: mention benchmark in readme + docs intro
2025-06-23 18:22:32 +02:00
tbeck
c2812c8412
chore: update ios docs
2025-06-23 18:13:10 +02:00
sleynsol
e1468273fc
updated docs for v3
2025-06-23 17:23:39 +02:00
tbeck
250b1d1bce
chore: update docs
2025-06-23 14:18:11 +02:00
tbeck
918a75828f
docs: v3 WIP
2025-06-21 12:13:56 +02:00