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

feat: AI agents #1730

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: AI agents #1730

wants to merge 1 commit into from

Conversation

adityathebe
Copy link
Member

@adityathebe adityathebe commented Jan 8, 2025

resolves: #1719

NOTE: we don't want to trigger a child run and then wait for it's completion 
(especially with an open transaction).

Discussed approaches
- the llm tool simply trigger the run and goes into a "paused" state. 
  the child playbook "resumes" the action after its compleition.
- Alternatively, we trigger the run and add a new action to the run that
  waits for the child playbook's completion and continues it's execution.

@adityathebe adityathebe force-pushed the feat/ai-action-recommend-playbooks branch 2 times, most recently from 78c1063 to 9873e66 Compare January 8, 2025 11:21
@adityathebe adityathebe force-pushed the feat/ai-agents branch 2 times, most recently from e794fe4 to 2dfcc4e Compare January 8, 2025 11:25
@adityathebe adityathebe linked an issue Jan 8, 2025 that may be closed by this pull request
Base automatically changed from feat/ai-action-recommend-playbooks to main January 9, 2025 07:56
@adityathebe adityathebe force-pushed the feat/ai-agents branch 4 times, most recently from d861117 to 6e8f780 Compare January 9, 2025 10:50
@adityathebe adityathebe marked this pull request as ready for review January 9, 2025 10:57
* playbook run listener support playbook_run as the parent not just
  notification_send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AI Playbooks - Agents
1 participant