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

Basic 'chat agent' API #193152

Merged
merged 11 commits into from
Sep 15, 2023
Merged

Basic 'chat agent' API #193152

merged 11 commits into from
Sep 15, 2023

Conversation

roblourens
Copy link
Member

I basically copy/pasted @jrieken's chat slash command API and modified it to work for agents. This is leaving all the existing stuff in place so we can adopt this incrementally.

It's all a bit complicated right now, we have slash commands from two different sources, variables that still use @ (this will change), and now agents using @ and agent subcommands using /. I imagine that both slash command APIs will go away in favor of this one.

This API can drive remote agents and it can also drive the local agents that will absorb our existing slash commands.

@vscodenpa vscodenpa added this to the September 2023 milestone Sep 14, 2023
@roblourens roblourens enabled auto-merge (squash) September 15, 2023 00:44
@roblourens roblourens requested a review from jrieken September 15, 2023 00:44
@roblourens roblourens merged commit bc6b75e into main Sep 15, 2023
@roblourens roblourens deleted the roblou/chatAgents branch September 15, 2023 08:32
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants