hermes-dynamic-workflows
Dynamic Workflows for hermes
File Explorer
Download Latest Version (.zip)- __init__.py
- commands.py
- hooks.py
- task_stop.py
- workflow.py
- explore.md
- general-purpose.md
- plan.md
- verification.md
- __init__.py
- presets.py
- runner.py
- structured_output.py
- worktree.py
- __init__.py
- config.py
- errors.py
- schema.py
- text.py
- token_budget.py
- tool_errors.py
- types.py
- __init__.py
- api.py
- cache.py
- context.py
- runtime.py
- sandbox.py
- __init__.py
- gateway.py
- session.py
- __init__.py
- manager.py
- transcripts.py
- __init__.py
- control.py
- store.py
- __init__.py
- app.py
- model.py
- render.py
- __init__.py
- render.py
- __init__.py
- entry.py
- install-hermes-workflows.py
- test_approval_hook.py
- test_child_agent.py
- test_commands.py
- test_control.py
- test_directory_plugin.py
- test_display.py
- test_installer.py
- test_launch_approval.py
- test_run_manager.py
- test_runtime.py
- test_sandbox.py
- test_structured_output.py
- test_token_budget.py
- test_tool.py
- test_tui.py
- .gitignore
- __init__.py
- LICENSE
- plugin.yaml
- pyproject.toml
- README.ja-JP.md
- README.md
- README.zh-CN.md
- TECHNICAL.md
# Installation Guide
1. Get the code
git clone https://github.com/lingjiuu/hermes-dynamic-workflows
Downloads the entire project code from GitHub to your computer.
cd hermes-dynamic-workflows
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
