A modern, extensible framework for orchestrating AI agents and environments on Kubernetes/Argo Workflows, inspired by HuggingFace Transformers.
Stars
6
Forks
0
Watchers
6
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
Add mock task repository and integration tests for AutoTask loading (#25)
a1d1397View on GitHubRemove obsolete documentation files and update README to reflect changes in repository structure and configuration parameters. Adjust scaffold and environment repository paths for consistency. Enhance clarity in loading rules and configuration requirements. (#23) (#23)
34df7d2View on GitHubUpdate version to 0.0.10 in pyproject.toml and __init__.py to reflect the latest release. Remove optional dependencies 'datasets' and 'ossdata' from the project configuration.
7c3575cView on GitHubAdd OpenAIModel and AnthropicModel classes to models.py for enhanced LLM configuration options. Update __init__.py to include new model exports and maintain consistent model structure. (#21)
f562602View on GitHubAdd XJob User Guide documentation to provide comprehensive overview and usage examples for the Interaxions framework, detailing core concepts, configuration structures, and best practices for remote dynamic loading of components from Git repositories. (#20)
bc823f4View on GitHubAdd Resources schema to runtime.py and update __init__.py to include Resources in exports. (#19)
057d376View on GitHubUpdate version to 0.0.9 in pyproject.toml and __init__.py to reflect the latest release.
a4ceb63View on GitHubEnhance git fetch command in HubManager to include tags, ensuring all relevant changes are retrieved from the remote repository. (#18)
02ccb31View on GitHubRefactor caching logic in AutoScaffold, AutoEnvironmentFactory, and AutoWorkflow classes to only cache instances when a specific revision is provided. This change improves performance by ensuring that the latest version is always fetched when no revision is specified, while still allowing for caching when a revision is given. Update related comments for clarity. (#17)
93b033bView on GitHubUpdate version to 0.0.8 in pyproject.toml and __init__.py to reflect the latest release.
fb49899View on GitHubImplement caching for dynamic loading in AutoScaffold, AutoEnvironmentFactory, and AutoWorkflow classes. Enhance performance by storing instances based on repository name and revision, allowing for deep copies of cached instances to avoid redundant disk reads. Update related docstrings to reflect caching behavior and improve code readability. (#16)
3a674b1View on GitHubUpdate version to 0.0.7 in pyproject.toml and __init__.py to reflect the latest release.
0b368e6View on GitHub