Skip to content

feat: AI agents#1730

Open
adityathebe wants to merge 1 commit intomainfrom
feat/ai-agents
Open

feat: AI agents#1730
adityathebe wants to merge 1 commit intomainfrom
feat/ai-agents

Conversation

@adityathebe
Copy link
Copy Markdown
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI Playbooks - Agents

1 participant