mirror of
https://github.com/seemueller-io/sumpin.git
synced 2025-09-08 22:56:46 +00:00
Implement more tests
- Add comprehensive unit tests and CI pipeline - Introduced unit tests for `agent-wrapper`, `cli`, and `generate-template` modules covering key functionality like structure, integration, argument parsing, filename handling, and error scenarios. - Implemented a new CI workflow with Bun and Rust testing.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Professional Hierarchy Generator
|
||||
[](https://github.com/seemueller-io/sumpin/actions/workflows/ci.yml)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
Attempt at using `@openai/agents` to graph hierarchal relationships in business.
|
||||
Uses `@openai/agents` to graph hierarchal business relationships.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -19,6 +21,7 @@ Attempt at using `@openai/agents` to graph hierarchal relationships in business.
|
||||
### Installation
|
||||
|
||||
```shell
|
||||
# install bun: (curl -fsSL https://bun.sh/install | bash)
|
||||
bun install
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user