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

Agent API #163

Closed
wants to merge 11 commits into from
Closed

Agent API #163

wants to merge 11 commits into from

Conversation

dsgrieve
Copy link
Member

@dsgrieve dsgrieve commented Aug 7, 2024

Motivation and Context

Initial Agent API

Description

https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0032-agents.md
See section labelled "Design - Abstractions"

Contribution Checklist

@dsgrieve dsgrieve changed the base branch from main to experimental-agents August 7, 2024 17:34
@dsgrieve dsgrieve marked this pull request as draft August 7, 2024 18:27
protected Mono<List<ChatMessageContent<?>>> invokeAgentAsync(Agent agent) {
lock.lock();
try {
return getOrCreateChannel(agent)
Copy link
Member Author

Choose a reason for hiding this comment

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

@dsgrieve dsgrieve linked an issue Aug 19, 2024 that may be closed by this pull request
@dsgrieve dsgrieve closed this by deleting the head repository Oct 22, 2024
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.

Java: Add API only consistent with .NET Agents/Abstractions
2 participants