Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract execute_action to workspaces #253

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

angrybayblade
Copy link
Collaborator

No description provided.

Copy link

ellipsis-dev bot commented Jul 5, 2024

Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at help@ellipsis.dev

from composio.exceptions import ComposioSDKError


@click.command(name="execute")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for this to be separate from than actions command?
Better to have it in the action umbrella?

request_data: dict,
metadata: dict,
) -> t.Dict:
"""Execute action in docker workspace."""
return {}
if action.shell:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename it to exec_on_shell?

@kaavee315 kaavee315 merged commit 1ac7631 into kaavee/refactor_workspace Jul 5, 2024
5 checks passed
@kaavee315 kaavee315 deleted the chore/workspace-linters branch July 5, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants