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
johnmalek312
ee343af01e
refactor(config): remove redundant config manager
2025-11-01 13:06:04 +11:00
johnmalek312
9a96288631
redirect logo
2025-10-29 22:25:16 +11:00
HemantKumar01
59dc6c43b5
docs for usage tracking
2025-10-28 22:17:57 +05:30
johnmalek312
5d1c1243f7
event doc fix
2025-10-29 03:31:46 +11:00
johnmalek312
0afb60e5a5
docs styling
2025-10-28 23:53:27 +11:00
johnmalek312
12e9643cb4
doc fix new signature
2025-10-28 18:32:22 +11:00
johnmalek312
203958b608
dead links
2025-10-26 21:46:45 +11:00
Mariozada
7f98687313
doc clean up
2025-10-25 22:18:56 +11:00
Mariozada
17d038de55
config refactor
2025-10-25 22:08:45 +11:00
johnmalek312
ec44159e8b
Merge branch 'new-arch'
2025-10-24 14:07:18 +11:00
johnmalek312
5c63bcb317
app card docs
2025-10-23 23:18:57 +11:00
sleynsol
39d571ab65
docs: added versioning to see previous version, added openapi for cloud
2025-10-23 10:43:13 +02:00
johnmalek312
19968aa025
executer events fix
2025-10-23 19:10:03 +11:00
sleynsol
6085b78a48
Merge pull request #188 from HemantKumar01/new-arch
...
[DRO-389] docs - Examples in template section
2025-10-23 08:46:52 +02:00
sleynsol
f1fe2c979a
Merge pull request #187 from bibhuti-ssh/new-arch
...
minor fixes
2025-10-23 08:46:21 +02:00
johnmalek312
72988f63e7
architecture merge
2025-10-23 17:34:49 +11:00