microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
31.45k stars 4.58k forks source link

[.Net] [Feature Request]: Add ReAct sample #2978

Closed LittleLittleCloud closed 3 months ago

LittleLittleCloud commented 3 months ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

No response

Additional context

No response

qingyun-wu commented 3 months ago

@LittleLittleCloud, for your reference: this is an ReAct example with pyautogen: https://microsoft.github.io/autogen/docs/topics/prompting-and-reasoning/react

LittleLittleCloud commented 3 months ago

@qingyun-wu Thanks, there are slight difference on the purpose of the two examples thought. This example is to show how to implement ReAct as a single agent and the ReAct example in pyautogen uses two-agent chat conversation pattern.