actions
actions copied to clipboard
AI Actions connect Agents to your existing enterprise systems and applications - all in 🐍 Python.
Add functionality to publish action package New sub commands for package: * organizations, list organizations and IDs * push, uploads package to Control Room * status, gets the package publish...
Bumps the pip group with 1 update in the /action_server directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.10.0 to 3.10.2 Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks...
Bumps the pip group with 1 update in the /devutils directory: [zipp](https://github.com/jaraco/zipp). Updates `zipp` from 3.18.1 to 3.19.1 Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip...
### What is wrong When starting the action server with an action with the contents below the linting doesn't really happen as it should. ``` from sema4ai.actions import action @action(is_consequential=True)...
**Issue by [mkorpela](https://github.com/mkorpela)** _Sunday Jan 14, 2024 at 11:53 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/152_ ---- ### What happened? * Current Status * Current Action Server @action has limitless return value...
The problem is that there's currently no link from the `@action` arguments that the user has created in code to the `input.json`. What should happen is that the extension (prior...
Requested by @tonnitommi
**Issue by [fabioz](https://github.com/fabioz)** _Thursday Jan 25, 2024 at 11:01 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/185_ ---- i.e.: > I have customers_rentals(first_name: str, last_name: str, limit: int = 5) -> str: yet...