Flow class -> flow blueprint

This commit is contained in:
Cyber MacGeddon 2026-01-14 12:18:32 +00:00
parent 15c3363a40
commit c6c1fd051c
9 changed files with 38 additions and 38 deletions

View file

@ -43,7 +43,7 @@ Version: 42
{
"flows": {
"default": {
"class-name": "document-rag+graph-rag",
"blueprint-name": "document-rag+graph-rag",
"description": "Default processing flow",
"interfaces": {
"agent": {
@ -77,7 +77,7 @@ Version: 42
### Flow Definitions
Flow configurations showing:
- **class-name**: The flow class being used
- **blueprint-name**: The flow blueprint being used
- **description**: Human-readable flow description
- **interfaces**: Pulsar queue names for each service
@ -131,7 +131,7 @@ Exception: Unauthorized
## Related Commands
- [`tg-put-flow-class`](tg-put-flow-class.md) - Update flow class definitions
- [`tg-put-flow-blueprint`](tg-put-flow-blueprint.md) - Update flow blueprint definitions
- [`tg-show-flows`](tg-show-flows.md) - List active flows
- [`tg-set-prompt`](tg-set-prompt.md) - Configure prompt templates
- [`tg-set-token-costs`](tg-set-token-costs.md) - Configure token costs