actions icon indicating copy to clipboard operation
actions copied to clipboard

AI Actions connect Agents to your existing enterprise systems and applications - all in 🐍 Python.

Results 55 actions issues
Sort by recently updated
recently updated
newest added

See spec: https://github.com/Sema4AI/actions/blob/master/action_server/docs/guides/06-package.md The action linting /package build should warn if it's not found.

**Issue by [mkorpela](https://github.com/mkorpela)** _Friday Jan 19, 2024 at 13:16 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/174_ ---- ### Description The fact that we are running HTTP server and on the background running...

help wanted
Action Server
sema4ai-actions
Feature

**Issue by [fabioz](https://github.com/fabioz)** _Friday Jan 19, 2024 at 16:45 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/177_ ---- ### Description The action server currently only has one API to run the actions which...

help wanted
Action Server
Feature

**Issue by [fabioz](https://github.com/fabioz)** _Thursday Jan 25, 2024 at 11:44 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/186_ ---- i.e.: `def bar(foo = 5) -> str:` should make the `foo` type `int`.

Action Server
Feature

**Issue by [fabioz](https://github.com/fabioz)** _Monday Jan 29, 2024 at 11:34 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/202_ ---- ### Target components action_server, actions ### Description i.e.: As something as: ``` @my_decorator @action def...

Action Server
sema4ai-actions
Feature

**Issue by [fabioz](https://github.com/fabioz)** _Wednesday Feb 07, 2024 at 17:44 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/235_ ---- ### Target components action_server ### What is wrong @mikahanninen: fyi, if I do stop AS...

Bug
Action Server

**Issue by [fabioz](https://github.com/fabioz)** _Thursday Feb 29, 2024 at 12:46 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/270_ ---- ### Target components action_server ### Why & who Right now the Action Server creates a...

Action Server
Feature

**Issue by [ekipalen](https://github.com/ekipalen)** _Thursday Apr 11, 2024 at 16:51 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/349_ ---- ### Target components action_server ### What is wrong Triggering the actions via API using the...

Bug
Action Server

**Issue by [fabioz](https://github.com/fabioz)** _Friday Apr 12, 2024 at 12:00 GMT_ _Originally opened as https://github.com/robocorp/robocorp/issues/357_ ---- What happens is the following: The user starts the action server with `action-server start` and...

Bug
Action Server