File tree Expand file tree Collapse file tree 7 files changed +76
-2
lines changed Expand file tree Collapse file tree 7 files changed +76
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## CLI v0.1.3
2
+
3
+ ### Features
4
+ - New ` --timeout ` / ` -t ` flag to set timeout durations for orchestration tasks.
5
+
6
+ ## CLI v0.1.2
7
+
8
+ ### Bug fixes
9
+ - Minor fixes and cleanup.
10
+
11
+ ## CLI v0.1.1
12
+
13
+ ### Bug fixes
14
+ - Inspect CLI command should explicitly notify users of an unknown orchestration.
15
+
16
+ ## CLI v0.1.0
17
+
18
+ ### Features
19
+ - Initial release of the CLI tool
20
+ - Support for project management (` orra projects ` )
21
+ - Support for webhook configuration (` orra webhooks ` )
22
+ - Support for API key management (` orra api-keys ` )
23
+ - Support for orchestrated actions listing (` orra ps ` )
24
+ - Support for detailed inspection of an orchestrated action (` orra inspect ` )
25
+ - Support for running orchestrations directly from the CLI to verify your orra setup (` orra verify ` )
26
+
27
+ ### Implementation Notes
28
+ - Implements local configuration management
29
+ - Supports multiple projects and contexts
30
+
31
+ ### Known Limitations
32
+ - Config has to be reset when the control plane is restarted (` orra config reset ` )
Original file line number Diff line number Diff line change 7
7
- Support for API key management (` orra api-keys ` )
8
8
- Support for orchestrated actions listing (` orra ps ` )
9
9
- Support for detailed inspection of an orchestrated action (` orra inspect ` )
10
+ - Support for running orchestrations directly from the CLI to verify your orra setup (` orra verify ` )
10
11
11
12
### Implementation Notes
12
13
- Implements local configuration management
Original file line number Diff line number Diff line change 1
- ## Control Plane v0.1.2
1
+ ## CLI v0.1.2
2
2
3
3
### Bug fixes
4
4
- Minor fixes and cleanup.
Original file line number Diff line number Diff line change
1
+ ## CLI v0.1.3
2
+
3
+ ### Features
4
+ - New ` --timeout ` / ` -t ` flag to set timeout durations for orchestration tasks.
Original file line number Diff line number Diff line change
1
+ ## Control Plane v0.1.3
2
+
3
+ ### Features
4
+ - Orchestration task timeout can be configured and defaults to 30 seconds.
5
+
6
+ ### Bug fixes
7
+ - Corrected OpenAI API ENV VAR name in control plane.
8
+ - Update examples script now removes service files ending with "-orra-service-key.json".
9
+ - Improved echo example poetry package file.
10
+ - Ignored the orra-data directory content but keep the directory in the echo python example.
11
+ - Updated tool call id schema to latest schema in example Delivery Agent to fix Mistral API failures.
12
+
13
+ ### Documentation
14
+ - General README fixes across the project.
15
+ - Explained that Orra is Agent framework and language agnostic in project README.
16
+ - Fixed "setting up control plane" broken link in example's README.
17
+ - Use single quotes in CLI ` verify run ` command example.
18
+ - Showcase how to set up and run agent plus service prototyping in a single file.
19
+
1
20
## Control Plane v0.1.2
2
21
3
22
### Features
Original file line number Diff line number Diff line change 5
5
- Dockerfile updates.
6
6
- Docker compose file updates.
7
7
- Added schema validations to a Service.
8
- -
8
+
9
9
### Bug fixes
10
10
- Corrected the Project webhooks json tag.
11
11
- Ensured the version for registered service or agent is sent back the client.
Original file line number Diff line number Diff line change
1
+ ## Control Plane v0.1.3
2
+
3
+ ### Features
4
+ - Orchestration task timeout can be configured and defaults to 30 seconds.
5
+
6
+ ### Bug fixes
7
+ - Corrected OpenAI API ENV VAR name in control plane.
8
+ - Update examples script now removes service files ending with "-orra-service-key.json".
9
+ - Improved echo example poetry package file.
10
+ - Ignored the orra-data directory content but keep the directory in the echo python example.
11
+ - Updated tool call id schema to latest schema in example Delivery Agent to fix Mistral API failures.
12
+
13
+ ### Documentation
14
+ - General README fixes across the project.
15
+ - Explained that Orra is Agent framework and language agnostic in project README.
16
+ - Fixed "setting up control plane" broken link in example's README.
17
+ - Use single quotes in CLI ` verify run ` command example.
18
+ - Showcase how to set up and run agent plus service prototyping in a single file.
You can’t perform that action at this time.
0 commit comments