NovelClaw
Dynamic-memory-first collaborative AI framework for long-form story generation, chapter planning, and coherent narrative writing
파일 탐색기
- bug_report.md
- bug_report.yml
- config.yml
- custom.md
- feature_request.md
- feature_request.yml
- style.css
- base.html
- select_mode.html
- __init__.py
- db.py
- main.py
- models.py
- security.py
- settings.py
- .keep
- .env.example
- __init__.py
- requirements.txt
- start_local.ps1
- __init__.py
- base_agent.py
- character_agent.py
- evaluator_agent.py
- idea_copilot_agent.py
- judge_agent.py
- plot_agent.py
- retrieval_agent.py
- world_agent.py
- writer_agent.py
- style.css
- base.html
- dashboard.html
- idea_copilot.html
- job_detail.html
- jobs.html
- providers.html
- sessions.html
- __init__.py
- auth_bridge.py
- db.py
- i18n.py
- job_launcher.py
- job_runner.py
- main.py
- models.py
- provider_registry.py
- security.py
- settings.py
- .keep
- .keep
- .env.example
- __init__.py
- docker-compose.yml
- Dockerfile
- README.md
- requirements.txt
- start_local.ps1
- worker_process.py
- __init__.py
- consistency_checker.py
- document_processor.py
- memory_system.py
- realtime_editor.py
- retriever.py
- static_knowledge_base.py
- turning_point_tracker.py
- vector_store.py
- __init__.py
- dataset_loader.py
- idea_analyzer.py
- language_detector.py
- llm_client.py
- __init__.py
- analyzer.py
- executor.py
- organizer.py
- reward_system.py
- config.py
- main.py
- requirements.txt
- __init__.py
- base_agent.py
- character_agent.py
- evaluator_agent.py
- idea_copilot_agent.py
- judge_agent.py
- plot_agent.py
- retrieval_agent.py
- world_agent.py
- writer_agent.py
- chat_run_live.js
- idea_copilot_live.js
- style.css
- workspace_v2.js
- base.html
- console_agents.html
- console_characters.html
- console_env.html
- console_manuscript.html
- console_manuscript_outline.html
- console_manuscript_planning.html
- console_manuscript_read.html
- console_mcp.html
- console_memory.html
- console_memory_banks.html
- console_memory_entries.html
- console_memory_revision.html
- console_memory_zone.html
- console_models.html
- console_sessions.html
- console_skills.html
- console_status.html
- console_storyboard.html
- console_style.html
- console_tasks.html
- console_workspace.html
- console_world.html
- dashboard.html
- idea_copilot.html
- job_detail.html
- rendered_dashboard_test.html
- script_inline_1.js
- script_inline_2.js
- script_inline_3.js
- script_inline_4.js
- script_inline_5.js
- server_dashboard_live.html
- server_script_inline_1.js
- server_script_inline_2.js
- server_script_inline_3.js
- server_script_inline_4.js
- server_script_inline_5.js
- __init__.py
- db.py
- job_runner.py
- main.py
- models.py
- provider_registry.py
- security.py
- settings.py
- .keep
- .env.example
- __init__.py
- docker-compose.yml
- Dockerfile
- README.md
- requirements.txt
- start_local.ps1
- worker_process.py
- __init__.py
- consistency_checker.py
- document_processor.py
- memory_system.py
- realtime_editor.py
- retriever.py
- static_knowledge_base.py
- turning_point_tracker.py
- vector_store.py
- __init__.py
- dataset_loader.py
- idea_analyzer.py
- language_detector.py
- llm_client.py
- __init__.py
- analyzer.py
- claw_manager.py
- executor.py
- organizer.py
- reward_system.py
- workspace_agent.py
- capability_registry.py
- config.py
- main.py
- requirements.txt
- AGENT_API.md
- auto-eval.png
- DEPLOYMENT.zh-CN.md
- dynamic-memory.png
- hero.png
- LOCAL_RUN.zh-CN.md
- novelclaw-demo.mp4
- readme-triptych-en.png
- workflow.png
- auth-portal.env.template
- multiagent.env.template
- novelclaw.env.template
- README.md
- novelclaw.current.conf
- novelclaw-multiagent.service
- novelclaw-portal.service
- novelclaw.service
- bootstrap-local.ps1
- bootstrap-shared-venv.ps1
- restore-server-state.ps1
- setup-local-env.ps1
- start-all-local.ps1
- stop-all-local.ps1
- README.md
- .dockerignore
- .env.auth-portal.example
- .env.multiagent.example
- .env.novelclaw.example
- .gitignore
- DEPLOYMENT.md
- docker-compose.yml
- docker-start.bat
- docker-start.sh
- DOCKER_DEPLOYMENT.md
- DOCKER_DEPLOYMENT.zh-CN.md
- Dockerfile
- ISTask.dll
- LICENSE
- README.md
- README.zh-CN.md
- RUN_LOCAL_WEB.md
- START_LOCAL.bat
- STOP_LOCAL.bat
- WHAT_IS_SAFE_FOR_GITHUB.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
docker compose up
설명 보기 ▼
docker compose up
Start and run Docker services defined in a Compose file.
docker compose up
Start all services defined in the docker-compose file:
docker compose up {{[-d|--detach]}}
Start services in the background (detached mode):
docker compose up --build
Start services and rebuild images before starting:
// repository documentation
Was this content helpful?
(0 ratings)
