mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [Breaking] Remove Python-only declarative actions and rename alias kinds to C# canonical names (#6126)
* Remove Python-only declarative actions and rename alias kinds to C# canonical names * Address PR comments. * Address PR comments. * Reduce verbose and duplicate output from sample workflow.
This commit is contained in:
committed by
GitHub
Unverified
parent
55dc3ce734
commit
ded17b178c
@@ -51,19 +51,16 @@ actions:
|
||||
### Variable Actions
|
||||
- `SetValue` - Set a variable in state
|
||||
- `SetVariable` - Set a variable (.NET style naming)
|
||||
- `AppendValue` - Append to a list
|
||||
- `ResetVariable` - Clear a variable
|
||||
|
||||
### Control Flow
|
||||
- `If` - Conditional branching
|
||||
- `Switch` - Multi-way branching
|
||||
- `ConditionGroup` - Multi-way branching
|
||||
- `Foreach` - Iterate over collections
|
||||
- `RepeatUntil` - Loop until condition
|
||||
- `GotoAction` - Jump to labeled action
|
||||
|
||||
### Output
|
||||
- `SendActivity` - Send text/attachments to user
|
||||
- `EmitEvent` - Emit custom events
|
||||
|
||||
### Agent Invocation
|
||||
- `InvokeAzureAgent` - Call an Azure AI agent
|
||||
@@ -74,4 +71,4 @@ actions:
|
||||
|
||||
### Human-in-Loop
|
||||
- `Question` - Request user input
|
||||
- `WaitForInput` - Pause for external input
|
||||
- `RequestExternalInput` - Request external data/approval
|
||||
|
||||
Reference in New Issue
Block a user