Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first version of the JSON schema. Fixes issue #27 #133

Merged
merged 5 commits into from
Jan 23, 2025

Conversation

maximilien
Copy link
Collaborator

Simple JSON workflow that adds the basic workflow features in RC0. One addition is the definition of the "exception" step.

There are two test files in test/schmas/simple.<yml|json>

Plan is to have tests for issue #132 that will use this file.

You can manually verify the sample tests files using: https://jsonschema.dev

JSON to YAML conversion can be done easily with json and yaml libraries or using: https://www.bairesdev.com/tools/json2yaml/ or similar tool

CC: @akihikokuroda @psschwei please do a quick review and merge so I can push the CLI code. Thx

test/schema/simple.yaml Outdated Show resolved Hide resolved
workflow_schema.json Outdated Show resolved Hide resolved
workflow_schema.json Outdated Show resolved Hide resolved
workflow_schema.json Outdated Show resolved Hide resolved
@maximilien
Copy link
Collaborator Author

See latest changes @akihikokuroda, @psschwei, and @planetf1

Let's merge, if OK, since I have new version for conditionals

@akihikokuroda
Copy link
Collaborator

Other than the last comment. It looks good to me. Thanks!

@maximilien
Copy link
Collaborator Author

OK. Addressed. Resolving all issues.

@maximilien
Copy link
Collaborator Author

OK. We are good for a merge here @akihikokuroda or others. Thx

@maximilien maximilien self-assigned this Jan 23, 2025
@maximilien maximilien added the hive Multiagent orchestration label Jan 23, 2025
@maximilien maximilien added this to the POC1 milestone Jan 23, 2025
@maximilien maximilien linked an issue Jan 23, 2025 that may be closed by this pull request
@maximilien
Copy link
Collaborator Author

Closes issue #132

Copy link
Collaborator

@akihikokuroda akihikokuroda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@maximilien maximilien merged commit 3b9c11a into i-am-bee:main Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hive Multiagent orchestration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema: define the schema for agent
4 participants