langflow/docs/docs
Jakub Kopecký b43bf8f783
feat: add apify actors integration (#5862)
* initial apify actor component version

* clean code mess

* add apify integrations docs page, manual tests protocol, remove temp scripts

* fix lint type issue

* fix lint and format issues

* rename run_actor.py to apify_actor.py

* actor -> Actor

* update component description and docs link

* add wcc link

* refactor _get_actor_input_schema_from_build

* actor_input -> run_input

* refactor - make suitable methods static

* static methods remove _ before name, docs actor_input -> run_input

* update docs image

* improve docs

* fix typos, rename test .md to run_actor.md

* remove the actor link, that is not clickable

* rename ApifyRunActor -> ApifyActors, improve docs

* code refactor, added concrete examples

* take input_schema arg instead of build

* fix typo

* add custom user-agent

* remove beta label

* Update docs/docs/Integrations/Apify/integrations-apify.md

Co-authored-by: Jiří Spilka <jiri.spilka@apify.com>

* toolify_actor_id_str -> actor_id_to_tool_name

* add simple flow example withtou an agent, removed actor list, added simple how to

* fix typos

* improve how-to section

* remove usege from the component section

* improve example flows section

* remove unnecessary sentence

* format

* fix submodel serialization

* LCToolComponent -> Component

* flatten output remove question mark

* add actor run logs to component logs

* fix grammar, typos and docstrings

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Jiří Spilka <jiri.spilka@apify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-02-19 19:10:26 +00:00
..
Agents docs: more information on run flow component (#6046) 2025-02-12 14:09:29 +00:00
API-Reference docs: API for v113 (#6093) 2025-02-05 17:28:08 +00:00
Components docs: add-xai-component (#6714) 2025-02-19 17:34:49 +00:00
Concepts docs: add log file location and configuration instructions (#6699) 2025-02-18 21:06:28 +00:00
Configuration docs: add guide for rotating LANGFLOW_SECRET_KEY (#6091) 2025-02-03 16:27:28 +00:00
Contributing chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
Deployment docs: Update GCP deployment documentation to clarify pricing details (#6005) 2025-01-29 19:34:14 +00:00
Get-Started docs: ui improvements (#6317) 2025-02-13 19:59:12 +00:00
Integrations feat: add apify actors integration (#5862) 2025-02-19 19:10:26 +00:00
Starter-Projects docs: v1.1.2 (#5850) 2025-01-24 14:24:57 +00:00
Tutorials Docs: Components cleanup (#5987) 2025-01-31 20:25:58 +00:00