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

Colang 2.0 - Preview #334

Merged
merged 485 commits into from
Feb 15, 2024
Merged

Colang 2.0 - Preview #334

merged 485 commits into from
Feb 15, 2024

Conversation

drazvan
Copy link
Collaborator

@drazvan drazvan commented Feb 15, 2024

This PR adds the core functionality needed for Colang 2.0 which will be released in 0.9.0. This is to enable early testing.
All existing functionalities should work as before. Colang 2.0 is opt-in.

A BIG thanks to Christian Schueller (@schuellc) for the bulk of the work!

schuellc-nvidia and others added 30 commits October 9, 2023 12:16
Signed-off-by: Shubhadeep Das <shubhadeepd@nvidia.com>
- Actions will be stopped if parent flow has finished/stopped
- Add support for labels in Colang
- Add and fix unit tests
- Many clean ups in flows.py
- Add support for hierarchies of flow heads
- Merging heads based on head uids
- Simplified expansion for groups with single element
- Flow heads have now an active flag
- Improve logging for head forking
- Fix various smaller bugs
- Simplify element expansion
- Add more modality information
- Work on multimodal demo
- Add more unit tests
- Add bot gesture support in CLI
- Add flow started matching with uid
- Fix random action picking in groups
- Fix unit tests
schuellc-nvidia and others added 28 commits February 5, 2024 11:37
- Add prompt history
- Add more scene event information
- Simplified async prompting mechanism
- Add support for arbitrary input and output events
# The names of the colang files.
colang_files = []

if not os.path.exists(config_path):

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
if not os.path.exists(config_path):
raise ValueError(f"Could not find config path: {config_path}")

for root, dirs, files in os.walk(config_path):

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
@drazvan drazvan merged commit 1edbd2b into develop Feb 15, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants