# agentscope_java_2.0 **Repository Path**: databreathlex/agentscope_java_2.0 ## Basic Information - **Project Name**: agentscope_java_2.0 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-27 - **Last Updated**: 2026-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Documentation (Jupyter Book) ## Prerequisites - **Python 3.10+** (matches CI) ## Local setup From this directory (`docs/`): ```bash python -m pip install --upgrade pip pip install -e ".[dev]" ``` ## Build ```bash jupyter-book clean . jupyter-book build . ``` Static site output: **`_build/html/`**. Open `_build/html/index.html` in a browser, or serve it, for example: ```bash python -m http.server 8000 --directory _build/html ``` Then visit `http://localhost:8000/`. ## Layout - **`_config.yml`** — Sphinx / Furo / Jupyter Book config - **`_toc.yml`** — site table of contents - **`_templates/`**, **`_static/`** — theme overrides and assets - **`_sphinx_extensions/`** — local Sphinx extensions (keep in version control)