hermes-concurrent-agents
Deploy concurrent Hermes Agent workers on unified-memory GPUs (GB10, DGX Spark) for maximum total tok/s. Profile-isolated, kanban-coordinated, crash-recovering.
파일 탐색기
- ci.yml
- hardware-benchmark.yml
- actionlint.yaml
- .gitkeep
- profile-template.yaml
- current-score.md
- evidence-map.md
- rubric.md
- 2026-05-12-community-release.md
- 2026-07-12-hermes-agent-modernization.md
- fix-model-name-404.md
- architecture.md
- audit-2026-07-12.md
- backends-vllm-sglang.md
- benchmarking.md
- current-state-report.md
- deployment-guide.md
- durability-tests.md
- gb10-cluster.md
- isolation-and-kv-cache.md
- migration.md
- nvidia-playbooks.md
- observability.md
- operations.md
- running-a-team.md
- security.md
- subagent-policy.md
- support-matrix.md
- tuning-guide.md
- upstream-compatibility.md
- use-cases.md
- workflow-patterns.md
- research-report-summary.md
- benchmark.sh
- check-backend.sh
- fault-injection-test.sh
- generate-support-matrix.py
- health-monitor.sh
- public-safety-check.py
- release-check.sh
- run-orchestration-acceptance.py
- shutdown.sh
- smoke-kanban-flow.sh
- spawn.sh
- status.sh
- validate-docs.sh
- verify-local-only.sh
- __init__.py
- openai_compat.py
- sglang.py
- vllm.py
- __init__.py
- base.py
- gb10.py
- generic.py
- macos.py
- nvidia.py
- gb10-sglang.toml
- gb10-vllm.toml
- generic-linux.toml
- SKILL.md
- SOUL.md
- SOUL.md
- SOUL.md
- SOUL.md
- SOUL.md
- SOUL.md
- default.toml
- reviewed.toml
- small.toml
- __init__.py
- bench.py
- cli.py
- config.py
- controller.py
- decompose.py
- doctor.py
- evidence.py
- hermes_compat.py
- kanban.py
- kanban_orchestrator.py
- leases.py
- logs.py
- migrations.py
- models.py
- observe.py
- plugin.py
- plugin_schemas.py
- plugin_tools.py
- process_identity.py
- profiles.py
- release_safety.py
- resources.py
- result.py
- routing.py
- run.py
- service.py
- ssh_exec.py
- state.py
- supervisor.py
- support.py
- team.py
- tmux.py
- transcript.py
- worker_launch.py
- workspaces.py
- test_compat_probes.py
- test_hermes_runtime.py
- test_release_workflows.py
- test_worker_launch_contract.py
- conftest.py
- test_cli_plugin_parity.py
- test_cluster_scope_guard.py
- test_concrete_slot_routing.py
- test_generic_fake_endpoint.py
- test_plugin_enablement.py
- test_profile_provisioning.py
- test_state_migrations.py
- test_subagent_leases.py
- test_vertical_slice_c1.py
- test_capacity_diagnostics.py
- test_cli.py
- test_complete_surface.py
- test_config.py
- test_config_roundtrip.py
- test_controller.py
- test_decompose.py
- test_devices.py
- test_dispatch_slots.py
- test_evidence.py
- test_git_evidence.py
- test_openai_compat.py
- test_package_metadata.py
- test_parallel_planner.py
- test_process_identity.py
- test_profiles.py
- test_release_safety.py
- test_resources.py
- test_routing.py
- test_run_state.py
- test_service_lifecycle.py
- test_state.py
- test_team_selection.py
- test_tmux.py
- test_workspace_attestation.py
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- INTEGRATION_PLAN.md
- LICENSE
- MANIFEST.in
- NOTICE
- pyproject.toml
- README.md
- SECURITY.md
- setup.sh
- SKILL.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
python3
설명 보기 ▼
python3
이 명령은 `python`의 별칭입니다.
tldr python
자세한 내용은 원본 명령을 참고하세요:
tmux
설명 보기 ▼
tmux
터미널 멀티플렉서.
tmux는 단일 단말기 창 또는 원격 터미널 세션 안에서 여러 세션을 사용할 수 있도록 도와줍니다.
관련 항목: `zellij`, `screen`.
더 많은 정보: <https://github.com/tmux/tmux>.
tmux
새 세션 시작:
tmux {{[new|new-session]}} -s {{name}}
이름있는 새 세션 시작:
tmux {{[ls|list-sessions]}}
세션 리스트 출력:
