Commit 7436167
authored
Enhance workflow package and create WorkflowDrivenAgent (kaiban-ai#245)
Enhance workflow package with UUID generation and agent status
management
- Added a `generateUUID` function to provide a consistent UUID
generation method across environments.
- Updated the `Agent` class to support `WorkflowDrivenAgent` and handle
new workflow agent statuses.
- Integrated `WORKFLOW_AGENT_STATUS_enum` for improved status tracking
of workflow agents.
- Updated package dependencies in `package.json` and `package-lock.json`
to include `@kaibanjs/workflow` and other necessary packages.
- Adjusted various files to ensure compatibility with the new workflow
features.File tree
60 files changed
+13182
-240
lines changed- packages/workflow/src
- examples
- playground/react
- src
- stories
- teams/workflow_driven
- src
- agents
- stores
- types/logs
- utils
- tests
- e2e
- __snapshots__
- examples/teams/workflow_driven
- utils/moscaFetch
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+13182
-240
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
520 | 581 | | |
521 | 582 | | |
522 | 583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments