orloj
An orchestration runtime for multi-agent AI systems. Declare agents, tools, and policies as YAML; Orloj schedules, executes, routes, and governs them for production-grade operation.
파일 탐색기
최종 버전 다운로드 (.zip)- rules.md
- changelog.mdc
- crd-sync.mdc
- openapi-sync.mdc
- resource-schemas.md
- eval-review.html
- SKILL.md
- bug.yml
- config.yml
- feature.yml
- good-first-task.yml
- ci.yml
- codeql.yml
- docs.yml
- gitleaks.yml
- labels.yml
- links.yml
- release.yml
- trivy.yml
- dependabot.yml
- FUNDING.yml
- labels.yml
- PULL_REQUEST_TEMPLATE.md
- a2a.go
- a2a_grpc.go
- a2a_grpc_test.go
- a2a_push_dispatcher.go
- a2a_push_dispatcher_test.go
- a2a_security_test.go
- a2a_test.go
- a2a_v1.go
- a2a_v1_test.go
- agent_put_rename_test.go
- auth_admin_error_test.go
- auth_admin_handlers.go
- auth_context.go
- auth_handlers.go
- auth_mode.go
- auth_native_authorizer.go
- auth_native_test.go
- auth_native_users_test.go
- auth_ratelimit.go
- auth_ratelimit_leak_test.go
- auth_ratelimit_test.go
- auth_tokens_api_test.go
- authz.go
- authz_injection_test.go
- authz_parsing_test.go
- authz_test.go
- capabilities_test.go
- chat_completions.go
- chat_completions_test.go
- content_type.go
- context_adapters.go
- cors.go
- cors_test.go
- crd_conflict.go
- crd_conflict_handler_test.go
- crd_conflict_test.go
- eval_api.go
- eval_api_test.go
- events.go
- events_test.go
- export_test.go
- filters.go
- governance_api_test.go
- httptest_helpers_test.go
- label_filter_test.go
- mcp_server_api_test.go
- model_endpoint_api_test.go
- namespace.go
- namespace_test.go
- pagination.go
- postgres_integration_test.go
- preconditions.go
- remediation_test.go
- request_timeout_test.go
- sealed_secret_api.go
- sealed_secret_api_test.go
- secret_api_test.go
- server.go
- server_edge_test.go
- session_checkpoints.go
- sessions.go
- sessions_test.go
- status_contract_test.go
- status_updates.go
- task_e2e_test.go
- task_message_e2e_test.go
- task_observability.go
- task_observability_test.go
- task_phase1_e2e_test.go
- task_rerun_test.go
- task_schedule_api_test.go
- task_webhook_api.go
- task_webhook_api_test.go
- ui_test.go
- versioning_status_test.go
- watch.go
- watch_parse_test.go
- watch_repro_test.go
- test-connection.yaml
- _helpers.tpl
- agent-k8s-rbac.yaml
- ingress.yaml
- NOTES.txt
- operator-crds.yaml
- operator-deployment.yaml
- operator-pdb.yaml
- operator-rbac.yaml
- operator-service.yaml
- operator-serviceaccount.yaml
- operator-servicemonitor.yaml
- secret.yaml
- server-deployment.yaml
- server-pdb.yaml
- server-service.yaml
- server-serviceaccount.yaml
- servicemonitor.yaml
- tool-k8s-rbac.yaml
- worker-deployment.yaml
- worker-hpa.yaml
- worker-pdb.yaml
- worker-serviceaccount.yaml
- .gitignore
- .helmignore
- Chart.lock
- Chart.yaml
- README.md
- values.yaml
- a2a.go
- config.go
- config_test.go
- init.go
- orlojctl.go
- orlojctl_apply_core.go
- orlojctl_apply_test.go
- orlojctl_auth_cli_test.go
- orlojctl_chat.go
- orlojctl_chat_test.go
- orlojctl_dev.go
- orlojctl_dev_test.go
- orlojctl_eval.go
- orlojctl_events_test.go
- orlojctl_extended.go
- orlojctl_extended_test.go
- orlojctl_graph_test.go
- orlojctl_logs_test.go
- orlojctl_seal.go
- orlojctl_seal_test.go
- orlojctl_taskschedule_test.go
- orlojctl_taskwebhook_test.go
- orlojctl_toolapproval_test.go
- tool.go
- tool_test.go
- tool_test_runner.go
- validate.go
- validate_test.go
- main.go
- main_test.go
- main.go
- main_test.go
- main.go
- main.go
- main.go
- main_auth_mode_test.go
- main.go
- orloj.dev_agentpolicies.yaml
- orloj.dev_agents.yaml
- orloj.dev_agentsystems.yaml
- orloj.dev_mcpservers.yaml
- orloj.dev_memories.yaml
- orloj.dev_modelendpoints.yaml
- orloj.dev_secrets.yaml
- orloj.dev_tools.yaml
- agent_controller.go
- agentsystem_controller.go
- eval_run_controller.go
- eval_run_controller_test.go
- mcp_server_controller.go
- memory_controller.go
- model_endpoint_controller.go
- policy_controller.go
- postgres_integration_test.go
- sealed_secret_controller.go
- sealed_secret_controller_test.go
- secret_controller.go
- session_controller.go
- session_controller_test.go
- task_agent_message_test.go
- task_controller.go
- task_controller_extensions_test.go
- task_failure_injection_test.go
- task_graph_test.go
- task_message_driven_test.go
- task_retry_test.go
- task_schedule_controller.go
- task_schedule_controller_test.go
- task_scheduler_controller.go
- task_scheduler_controller_test.go
- task_task_approval_reconcile_test.go
- task_template_mode_test.go
- task_tool_approval_reconcile_test.go
- task_trace_stepid_test.go
- task_trace_streaming_test.go
- task_worker_claim_test.go
- tool_controller.go
- worker_controller.go
- workqueue.go
- workqueue_test.go
- agent_types.go
- agentpolicy_types.go
- agentsystem_types.go
- convert.go
- deepcopy.go
- envtest_suite_test.go
- groupversion_info.go
- mcpserver_types.go
- memory_types.go
- modelendpoint_types.go
- reconciler.go
- reconciler_test.go
- secret_types.go
- status.go
- status_writer.go
- status_writer_test.go
- tool_types.go
- cronexpr.go
- cronexpr_test.go
- orloj-stack.yaml
- README.md
- docker-compose.vps.yml
- orloj-compose.service
- README.md
- a2a-auth-and-enablement.md
- agent-system.md
- agent.md
- index.md
- agent-policy.md
- agent-role.md
- index.md
- task-approval.md
- tool-approval.md
- tool-permission.md
- worker.md
- index.md
- providers.md
- task-schedule.md
- task-webhook.md
- task.md
- cli-tool.md
- mcp-server.md
- model-endpoint.md
- orloj-tools.md
- secret.md
- tool.md
- a2a-interoperability.md
- architecture.md
- execution-model.md
- index.md
- kubernetes-operator.md
- kubernetes.md
- local.md
- remote-cli-access.md
- vps.md
- core-concepts.md
- install.md
- quickstart.md
- a2a-expose-agents.md
- a2a-remote-agents.md
- build-custom-tool.md
- build-wasm-tool.md
- chat-with-agent-systems.md
- configure-model-routing.md
- connect-mcp-server.md
- deploy-pipeline.md
- five-minute-tutorial.md
- human-review-checkpoints.md
- index.md
- interactive-sessions.md
- kubectl-vs-orlojctl.md
- openai-chat-completions.md
- readme-media-capture.md
- run-agent-evaluation.md
- setup-governance.md
- starter-blueprints.md
- backup-restore.md
- configuration.md
- monitoring-alerts.md
- observability.md
- runbook.md
- security.md
- task-scheduling.md
- threat-model.md
- troubleshooting.md
- upgrades.md
- webhooks.md
- agent-card.md
- agent-policy.md
- agent-role.md
- agent-system.md
- agent.md
- context-adapter.md
- eval-dataset.md
- eval-run.md
- index.md
- mcp-server.md
- memory.md
- model-endpoint.md
- sealed-secret.md
- secret.md
- session.md
- task-approval.md
- task-schedule.md
- task-webhook.md
- task.md
- tool-approval.md
- tool-permission.md
- tool.md
- worker.md
- a2a-jsonrpc.md
- api.md
- cli.md
- glossary.md
- index.md
- internal-tools.md
- server-flags.md
- index.md
- dashboard-overview.png
- orloj-agent-stack.svg
- system-topology.png
- task-detail-graph.png
- task-run-lifecycle.gif
- task-trace-logs.png
- badge-powered-by-orloj-dark.png
- badge-powered-by-orloj-light.png
- favicon.png
- logo.png
- bun.lock
- package.json
- README.md
- vercel.json
- vocs.config.ts
- memory_bus.go
- memory_bus_test.go
- nats_bus.go
- nats_bus_test.go
- editor_agent.yaml
- manager_agent.yaml
- research_lead_agent.yaml
- research_worker_agent.yaml
- social_lead_agent.yaml
- social_worker_agent.yaml
- agent-system.yaml
- task.yaml
- planner_agent.yaml
- research_agent.yaml
- writer_agent.yaml
- agent-system.yaml
- task.yaml
- coordinator_agent.yaml
- scout_alpha_agent.yaml
- scout_beta_agent.yaml
- scout_gamma_agent.yaml
- synthesizer_agent.yaml
- agent-system.yaml
- task.yaml
- README.md
- cost_policy.yaml
- analyst_role.yaml
- vector_reader_role.yaml
- loadtest_timeout_system.yaml
- manager_research_loop_system.yaml
- report_system.yaml
- report_system_governed.yaml
- report_system_governed_allow.yaml
- review_message_driven_system.yaml
- review_sequential_system.yaml
- loadtest_timeout_agent.yaml
- manager_agent.yaml
- planner_agent.yaml
- research_agent.yaml
- research_agent_governed.yaml
- research_agent_governed_allow.yaml
- research_agent_model_ref.yaml
- writer_agent.yaml
- mcp_server_everything_stdio.yaml
- README.md
- research_memory.yaml
- anthropic_default.yaml
- azure_openai_default.yaml
- bedrock_default.yaml
- ollama_default.yaml
- openai_default.yaml
- anthropic_api_key.yaml
- azure_openai_api_key.yaml
- openai_api_key.yaml
- search_api_key.yaml
- webhook_shared_secret.yaml
- weekly_report_schedule.yaml
- generic_webhook.yaml
- github_push_webhook.yaml
- hmac_slack_webhook.yaml
- hmac_stripe_webhook.yaml
- README.md
- shared_token_telegram_webhook.yaml
- manager_research_loop_task.yaml
- review_message_driven_task.yaml
- review_sequential_task.yaml
- weekly_report_governed_allow_task.yaml
- weekly_report_governed_task.yaml
- weekly_report_task.yaml
- weekly_report_template_task.yaml
- vector_db_invoke_permission.yaml
- web_search_invoke_permission.yaml
- echo_guest.go
- echo_guest.wat
- README.md
- wasm_echo_tool.yaml
- cli_gh_tool.yaml
- cli_kubectl_tool.yaml
- vector_db_tool.yaml
- web_search_tool.yaml
- worker_a.yaml
- README.md
- editor.yaml
- manager.yaml
- research_lead.yaml
- research_worker.yaml
- social_lead.yaml
- social_worker.yaml
- agent-system.yaml
- model-endpoint.yaml
- README.md
- secret-openai.yaml
- task.yaml
- planner.yaml
- research.yaml
- writer.yaml
- agent-system.yaml
- model-endpoint.yaml
- README.md
- secret-openai.yaml
- secret-webhook.yaml
- task-template.yaml
- task-webhook.yaml
- coordinator.yaml
- scout_alpha.yaml
- scout_beta.yaml
- scout_gamma.yaml
- synthesizer.yaml
- agent-system.yaml
- model-endpoint.yaml
- README.md
- secret-openai.yaml
- task.yaml
- planner.yaml
- research.yaml
- writer.yaml
- agent-system.yaml
- model-endpoint.yaml
- README.md
- secret-openai.yaml
- task-schedule.yaml
- task-template.yaml
- task.yaml
- CONTRIBUTING.md
- README.md
- TEMPLATE.md
- README.md
- orloj-mark.png
- client.ts
- hooks.ts
- sessionStream.test.ts
- sessionStream.ts
- types.ts
- watch.ts
- AgentCardPreview.tsx
- AuthShell.tsx
- ConfirmDialog.tsx
- ContextBackButton.tsx
- CrdManagedBadge.tsx
- CreateResourceDialog.tsx
- DetailPanel.tsx
- DetailSkeleton.tsx
- EmptyState.tsx
- ErrorBoundary.tsx
- FilterPills.tsx
- GraphView.tsx
- ListFetchError.tsx
- LogViewer.tsx
- MetricCard.tsx
- modelEndpointDraftWarnings.test.ts
- modelEndpointDraftWarnings.ts
- NamespaceSelector.tsx
- ResourceDetailLoadError.tsx
- ResourceTable.tsx
- SearchDialog.tsx
- SessionTimeline.tsx
- Sidebar.tsx
- StatusBadge.tsx
- SystemDefinitions.tsx
- SystemHealthHorizon.tsx
- TaskTraceTimeline.tsx
- Toast.tsx
- TopBar.tsx
- TraceView.tsx
- YamlEditor.tsx
- saveDetailYamlWithFreshRv.ts
- useDeleteConfirm.ts
- useDetailReturnNav.ts
- A2ARegistry.tsx
- Account.tsx
- AgentDetail.tsx
- AgentPolicyDetail.tsx
- AgentRoleDetail.tsx
- Agents.tsx
- AgentSystemDetail.tsx
- AgentSystems.tsx
- Capabilities.tsx
- ContextAdapterDetail.tsx
- ContextAdapters.tsx
- Dashboard.tsx
- EvalDatasetDetail.tsx
- EvalDatasets.tsx
- EvalRunDetail.tsx
- EvalRuns.tsx
- Login.tsx
- McpServerDetail.tsx
- McpServers.tsx
- Memories.tsx
- MemoryDetail.tsx
- ModelEndpointDetail.tsx
- ModelEndpoints.tsx
- NotFound.tsx
- Permissions.tsx
- Policies.tsx
- Roles.tsx
- SecretDetail.tsx
- Secrets.tsx
- SessionDetail.tsx
- Sessions.tsx
- Setup.tsx
- TaskApprovalDetail.tsx
- TaskDetail.tsx
- Tasks.tsx
- TaskScheduleDetail.tsx
- TaskSchedules.tsx
- TaskWebhookDetail.tsx
- TaskWebhooks.tsx
- ToolApprovalDetail.tsx
- ToolApprovals.tsx
- ToolDetail.tsx
- ToolPermissionDetail.tsx
- Tools.tsx
- WorkerDetail.tsx
- Workers.tsx
- detailReturnTo.ts
- components.css
- globals.css
- theme-dark.css
- theme-light.css
- crd.ts
- requestNamespace.test.ts
- requestNamespace.ts
- sessionTimeline.test.ts
- sessionTimeline.ts
- App.tsx
- main.tsx
- store.ts
- bun.lock
- embed.go
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- version.go
- retry-deadletter-ci.json
- retry-deadletter-default.json
- retry-deadletter-overview.json
- quality-ci.json
- quality-default.json
- a2a.yaml
- agent-policy.yaml
- agent-role.yaml
- agent-system.yaml
- agent.yaml
- chat_completions.yaml
- common.yaml
- context-adapter.yaml
- eval-dataset.yaml
- eval-run.yaml
- mcp-server.yaml
- memory.yaml
- model-endpoint.yaml
- sealed-secret.yaml
- secret.yaml
- session.yaml
- task-approval.yaml
- task-schedule.yaml
- task-webhook.yaml
- task.yaml
- tool-approval.yaml
- tool-permission.yaml
- tool.yaml
- worker.yaml
- build_openapi.py
- openapi.yaml
- agent.go
- agent_execution_contract_test.go
- agent_execution_order.go
- agent_manifest_guard_test.go
- agent_model_ref_test.go
- container_resources.go
- container_resources_test.go
- context_adapter_test.go
- eval_types.go
- eval_types_test.go
- governance_manifest_test.go
- governance_test.go
- graph.go
- graph_test.go
- manifest_parser.go
- manifest_parser_agent_json_test.go
- manifest_parser_completeness_test.go
- manifest_parser_context_adapter.go
- manifest_parser_ext.go
- manifest_parser_meta_test.go
- manifest_parser_model_endpoint.go
- manifest_parser_sealed_secret.go
- memory_ops.go
- memory_ops_test.go
- model_endpoint.go
- model_endpoint_test.go
- model_ref_resolution.go
- model_ref_resolution_test.go
- parse_manifest.go
- parse_manifest_test.go
- resource_types.go
- sealed_secret.go
- sealed_secret_crypto.go
- sealed_secret_test.go
- secret_literal_test.go
- secret_redacted_merge.go
- secret_test.go
- session.go
- session_test.go
- task_deepcopy.go
- task_deepcopy_test.go
- task_message_retry_test.go
- task_schedule_test.go
- tool_a2a_test.go
- tool_cli_test.go
- tool_runtime_policy_test.go
- validation.go
- card.go
- card_signing.go
- card_signing_test.go
- card_test.go
- client.go
- client_integration_test.go
- client_test.go
- push_sender.go
- push_sender_test.go
- registry.go
- registry_test.go
- task_mapping.go
- task_mapping_test.go
- test_helpers_test.go
- tool_runtime.go
- tool_runtime_test.go
- types.go
- types_test.go
- v1_mapping.go
- v1_mapping_test.go
- catalog.go
- catalog_test.go
- harness.go
- harness_test.go
- agent_message_bus.go
- agent_message_bus_memory.go
- agent_message_bus_memory_test.go
- agent_message_bus_nats.go
- agent_message_consumer.go
- agent_message_consumer_extensions_test.go
- agent_message_consumer_task_approval_test.go
- agent_message_consumer_test.go
- agent_message_lease_heartbeat_test.go
- agent_message_retry_classification_test.go
- agent_runtime_kubernetes.go
- agent_runtime_kubernetes_test.go
- agent_worker.go
- agent_worker_model_error_test.go
- audit_sink_slog.go
- audit_sink_slog_test.go
- bounded_repro_test.go
- bounded_writer.go
- builtin_tool_schemas.go
- builtin_tool_schemas_orloj.go
- builtin_tool_schemas_test.go
- builtin_tools_memory.go
- builtin_tools_memory_test.go
- builtin_tools_orloj.go
- builtin_tools_orloj_test.go
- container_registry_auth.go
- container_registry_auth_test.go
- context_adapter.go
- context_adapter_test.go
- context_adapter_wire.go
- contracts.go
- embedding.go
- embedding_test.go
- eval_scorer.go
- eval_scorer_test.go
- execution_checkpoint.go
- execution_engine.go
- extensions.go
- mcp_integration_test.go
- mcp_jsonrpc.go
- mcp_session.go
- mcp_transport.go
- mcp_transport_http.go
- mcp_transport_http_test.go
- mcp_transport_stdio.go
- memory_chunker.go
- memory_manager.go
- model_gateway.go
- model_gateway_anthropic.go
- model_gateway_anthropic_test.go
- model_gateway_azure_openai.go
- model_gateway_azure_openai_test.go
- model_gateway_bedrock.go
- model_gateway_bedrock_test.go
- model_gateway_error.go
- model_gateway_factory.go
- model_gateway_factory_test.go
- model_gateway_ollama.go
- model_gateway_ollama_test.go
- model_gateway_openai.go
- model_gateway_openai_test.go
- model_gateway_router.go
- model_gateway_router_test.go
- model_gateway_stream.go
- model_gateway_stream_test.go
- model_gateway_tool_alias_test.go
- model_gateway_tools.go
- model_provider_registry.go
- model_provider_registry_test.go
- model_tool_calls.go
- model_tool_calls_test.go
- persistent_memory.go
- persistent_memory_http.go
- persistent_memory_pgvector.go
- policy_enforcement.go
- policy_enforcement_test.go
- redact.go
- redact_test.go
- safenet.go
- safenet_test.go
- secret_resolver_kubernetes.go
- secret_resolver_kubernetes_test.go
- task_approval_resume.go
- task_executor.go
- task_executor_test.go
- tool_approval_grant_authorizer.go
- tool_approval_grant_authorizer_test.go
- tool_approval_message_key.go
- tool_auth_injector.go
- tool_auth_injector_test.go
- tool_auth_oauth2.go
- tool_auth_oauth2_lru_test.go
- tool_auth_oauth2_test.go
- tool_authorizer.go
- tool_authorizer_test.go
- tool_cli_args.go
- tool_cli_args_test.go
- tool_client.go
- tool_contract.go
- tool_contract_test.go
- tool_error.go
- tool_error_test.go
- tool_isolation_backend_registry.go
- tool_isolation_backend_registry_test.go
- tool_runtime_cli.go
- tool_runtime_cli_test.go
- tool_runtime_conformance_test.go
- tool_runtime_container.go
- tool_runtime_container_cli_test.go
- tool_runtime_container_test.go
- tool_runtime_external.go
- tool_runtime_external_test.go
- tool_runtime_governed.go
- tool_runtime_governed_a2a_test.go
- tool_runtime_governed_cli_test.go
- tool_runtime_governed_test.go
- tool_runtime_grpc.go
- tool_runtime_grpc_test.go
- tool_runtime_http.go
- tool_runtime_http_test.go
- tool_runtime_kubernetes.go
- tool_runtime_kubernetes_test.go
- tool_runtime_mcp.go
- tool_runtime_wasm_command_executor_test.go
- tool_runtime_wasm_contract.go
- tool_runtime_wasm_contract_test.go
- tool_runtime_wasm_runtime.go
- tool_runtime_wasm_runtime_test.go
- tool_runtime_wasm_wazero.go
- tool_runtime_webhook_callback.go
- tool_runtime_webhook_callback_test.go
- tool_secret_resolver.go
- tool_secret_resolver_test.go
- wasm_module_resolver.go
- wasm_module_resolver_test.go
- scheduler.go
- capture_readme_media.py
- capture_readme_media.sh
- check_openapi_routes.py
- install.sh
- env.go
- runtime.go
- runtime_test.go
- single_agent.go
- stores.go
- worker_heartbeat.go
- worker_heartbeat_test.go
- 001_initial_schema.up.sql
- 002_tool_approvals.up.sql
- 003_mcp_servers.up.sql
- 004_auth_local.up.sql
- 005_perf_indexes_and_fk.up.sql
- 006_region_index_and_advisory_lock.up.sql
- 007_schema_hardening.up.sql
- 008_spec_hash.up.sql
- 009_auth_users_and_tokens.up.sql
- 010_task_approvals.up.sql
- 011_sealed_secrets.up.sql
- 012_context_adapters.up.sql
- 013_eval_framework.up.sql
- 014_a2a_token_scopes.up.sql
- 015_webhook_endpoint_index.up.sql
- 016_a2a_push_configs.up.sql
- 017_sessions.up.sql
- 018_session_checkpoints.up.sql
- 019_scope_a2a_push_configs.up.sql
- a2a_push_config_store.go
- a2a_push_config_store_test.go
- auth_security.go
- auth_security_test.go
- auth_store.go
- auth_upsert_test.go
- eval_stores.go
- json_payload_moving_key.go
- migrate.go
- namespace.go
- resource_stores.go
- resource_stores_upsert_moving.go
- sealed_secret_store.go
- sealing_key_store.go
- sealing_key_store_test.go
- secret_crypto.go
- secret_crypto_test.go
- session_checkpoint_store.go
- session_checkpoint_store_test.go
- session_errors.go
- session_store.go
- session_store_test.go
- sql_backend.go
- sql_backend_integration_test.go
- store.go
- task_claim_test.go
- task_list_query_test.go
- task_webhook_store_test.go
- versioning.go
- versioning_test.go
- webhook_dedupe_store.go
- webhook_dedupe_test.go
- logging.go
- logging_test.go
- metrics.go
- metrics_test.go
- otel.go
- spans.go
- planner_agent.yaml
- research_agent.yaml
- writer_agent.yaml
- agent-system.yaml
- task.yaml
- editor_agent.yaml
- manager_agent.yaml
- research_lead_agent.yaml
- research_worker_agent.yaml
- social_lead_agent.yaml
- social_worker_agent.yaml
- agent-system.yaml
- task.yaml
- manager_agent.yaml
- research_agent.yaml
- agent-system.yaml
- task.yaml
- analyst_agent.yaml
- agent-system.yaml
- agent_role.yaml
- task.yaml
- tool_permission.yaml
- tool_search.yaml
- timeout_agent.yaml
- agent-system.yaml
- task.yaml
- README.md
- planner_agent.yaml
- research_agent.yaml
- writer_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- editor_agent.yaml
- manager_agent.yaml
- research_lead_agent.yaml
- research_worker_agent.yaml
- social_lead_agent.yaml
- social_worker_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- manager_agent.yaml
- research_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- analyst_agent.yaml
- planner_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- tool_http_smoke.yaml
- decision_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task_should_not_use_tool.yaml
- task_should_use_tool.yaml
- tool_http_decision.yaml
- planner_agent.yaml
- research_agent.yaml
- writer_agent.yaml
- agent-system.yaml
- memory.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- reuse_agent.yaml
- agent-system.yaml
- memory.yaml
- model-endpoint.yaml
- secret.yaml
- task_query.yaml
- task_seed.yaml
- tool_auth_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- secret_tool_key.yaml
- task.yaml
- tool_http_auth.yaml
- deny_agent.yaml
- agent-system.yaml
- agent_role.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- tool_http_smoke.yaml
- tool_permission.yaml
- retry_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- tool_http_retry.yaml
- triage_agent.yaml
- agent-system.yaml
- memory.yaml
- model-endpoint.yaml
- secret.yaml
- secret_webhook.yaml
- task_template.yaml
- task_webhook.yaml
- digest_agent.yaml
- agent-system.yaml
- memory.yaml
- model-endpoint.yaml
- secret.yaml
- task_schedule.yaml
- task_template.yaml
- multi_tool_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task_calculate_only.yaml
- task_lookup_and_calculate.yaml
- task_lookup_only.yaml
- tool_calculate.yaml
- tool_lookup.yaml
- tool_smoke.yaml
- mcp_tool_agent.yaml
- agent-system.yaml
- mcp-server.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- analytics_lead_agent.yaml
- analytics_worker_agent.yaml
- commander_agent.yaml
- editor_agent.yaml
- knowledge_lead_agent.yaml
- knowledge_worker_agent.yaml
- agent-system.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- tool_calculate.yaml
- tool_lookup.yaml
- analytics_lead_agent.yaml
- analytics_worker_agent.yaml
- auth_worker_agent.yaml
- commander_agent.yaml
- editor_agent.yaml
- knowledge_lead_agent.yaml
- knowledge_worker_agent.yaml
- mcp_lead_agent.yaml
- mcp_worker_agent.yaml
- memory_reuse_agent.yaml
- ops_lead_agent.yaml
- retry_worker_agent.yaml
- schedule_digest_agent.yaml
- sec_lead_agent.yaml
- webhook_triage_agent.yaml
- agent-policy.yaml
- agent-role.yaml
- agent-system-memory.yaml
- agent-system-schedule.yaml
- agent-system-webhook.yaml
- agent-system.yaml
- mcp-server.yaml
- memory_reuse.yaml
- memory_schedule.yaml
- memory_webhook.yaml
- model-endpoint.yaml
- secret.yaml
- secret_tool_auth.yaml
- secret_webhook.yaml
- task_memory_query.yaml
- task_memory_seed.yaml
- task_primary.yaml
- task_schedule.yaml
- task_template_schedule.yaml
- task_template_webhook.yaml
- task_webhook.yaml
- tool_auth.yaml
- tool_calculate.yaml
- tool_lookup.yaml
- tool_permission_auth.yaml
- tool_permission_calculate.yaml
- tool_permission_lookup.yaml
- tool_permission_mcp_echo.yaml
- tool_permission_mcp_sum.yaml
- tool_permission_retry.yaml
- tool_retry.yaml
- approval_agent.yaml
- agent-system.yaml
- agent_role.yaml
- model-endpoint.yaml
- secret.yaml
- task.yaml
- tool_permission.yaml
- tool_smoke.yaml
- capture.sh
- README.md
- main.go
- docker-compose.embedded.yml
- .dockerignore
- .gitignore
- .gitleaks.toml
- .goreleaser.yaml
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- docker-compose.yml
- Dockerfile
- go.mod
- go.sum
- LICENSE
- Makefile
- NOTICE
- README.md
- redocly.yaml
- SECURITY.md
- TRADEMARKS.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/OrlojHQ/orloj
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd orloj
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew tap OrlojHQ/orloj
Homebrew에 이 프로젝트의 저장소(tap)를 등록합니다.
brew install orlojctl
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
curl -sSfL https://raw.githubusercontent.com/OrlojHQ/orloj/main/scripts/install.sh | sh
공식 설치 스크립트를 다운로드해서 바로 실행합니다. 이 한 줄로 필요한 게 자동으로 설치됩니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up -d --build
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
4. Node.js
쉬움사전 준비물
cd frontend
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
5. Go
보통go build ./...
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go run .
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
6. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
