Multi-Agent framework for C# .NET inspired by OpenAI Swarm
Stars
7
Forks
0
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
Merge pull request #6 from tomassantunes/feature/structured-outputs
024cf3fView on GitHubfeat: improved FunctionToTool with Newtonsoft JsonSchema generator
33d71baView on GitHubdocs: updated docs with information about Structured Outputs and Agent OutputSpec
cd5ee14View on GitHubfeat: added OutputSpec (Response Format aka Structured Output)
874dda5View on GitHubdocs: updated docs to include the new `debug` field in the Run method.
af49a40View on GitHubrefactor: changed FunctionToolConverter to use .NET 9 Json Schema Generator, changed the way function paremeters are converted to their types on HandleToolCalls, added DebugPrint
a655c37View on GitHubfeat: added support to int, float, bool and object types to function calling.
ce54742View on GitHub