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

Allow configurable completion agents #275

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Allow configurable completion agents #275

merged 2 commits into from
Sep 4, 2024

Conversation

jlowin
Copy link
Member

@jlowin jlowin commented Sep 4, 2024

# only a2 will be automatically given tools for completing the task
cf.Task(
	agents=[a1, a2],
    completion_agents=[a2],
)

@jlowin jlowin added the feature New feature that doesn't exist today label Sep 4, 2024
@jlowin jlowin merged commit d886202 into main Sep 4, 2024
3 checks passed
@jlowin jlowin deleted the completion-agents branch September 4, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that doesn't exist today
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant