Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ uv sync
This command installs all dependencies defined in `pyproject.toml` and prepares the project for execution.


### OpenCode Quick Start

```bash
# Launch in the current project
opencode .

# One-shot run
opencode run "Design a customer support chatbot"
```

OpenCode reads environment variables from the project root `.env` (set in `langgraph.json` as `env: ".env"`).


### Start Building with AI

Act includes built-in **Agent Skills**β€”folders of instructions that allow AI agents to **discover, activate, and execute** specialized capabilities for this project.
Expand Down
13 changes: 13 additions & 0 deletions README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ uv sync
이 λͺ…령은 `pyproject.toml`에 μ •μ˜λœ λͺ¨λ“  μ˜μ‘΄μ„±μ„ μ„€μΉ˜ν•˜κ³  ν”„λ‘œμ νŠΈ 싀행을 μ€€λΉ„ν•©λ‹ˆλ‹€.


### OpenCode λΉ λ₯Έ μ‹œμž‘

```bash
# ν˜„μž¬ ν”„λ‘œμ νŠΈμ—μ„œ μ‹€ν–‰
opencode .

# One-shot run
opencode run "고객 지원 챗봇 섀계λ₯Ό λ„μ™€μ€˜"
```

OpenCodeλŠ” ν”„λ‘œμ νŠΈ 루트의 `.env`λ₯Ό μ‚¬μš©ν•©λ‹ˆλ‹€(`langgraph.json`의 `env: ".env"`).


### AI와 ν•¨κ»˜ λΉŒλ“œ μ‹œμž‘ν•˜κΈ°

Actμ—λŠ” **Agent Skills**κ°€ λ‚΄μž₯λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€. μ΄λŠ” AI μ—μ΄μ „νŠΈκ°€ ν”„λ‘œμ νŠΈλ₯Ό μœ„ν•œ μ „λ¬Έ κΈ°λŠ₯을 **발견(Discover), ν™œμ„±ν™”(Activate), μ‹€ν–‰(Execute)** ν•  수 μžˆλ„λ‘ ν•˜λŠ” μ§€μΉ¨ ν΄λ”μž…λ‹ˆλ‹€.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ uv sync --package {{ cookiecutter.cast_snake }}

> Member names match the `[project].name` in each `pyproject.toml` under `casts/<cast_name>`.

## OpenCode Quick Start

```bash
# Launch in the current project
opencode .

# One-shot run
opencode run "Design a customer support chatbot"
```

OpenCode reads environment variables from the project root `.env` (set in `langgraph.json` as `env: ".env"`).

## Graph Registry (langgraph.json)

Declare graphs to expose in `langgraph.json`. A basic example is as follows:
Expand Down Expand Up @@ -400,6 +412,18 @@ uv sync --package {{ cookiecutter.cast_snake }}

> 멀버λͺ…은 `casts/<cast_name>` ν•˜μœ„μ˜ 각 `pyproject.toml`의 `[project].name`κ³Ό μΌμΉ˜ν•©λ‹ˆλ‹€.

## OpenCode λΉ λ₯Έ μ‹œμž‘

```bash
# ν˜„μž¬ ν”„λ‘œμ νŠΈμ—μ„œ μ‹€ν–‰
opencode .

# One-shot run
opencode run "고객 지원 챗봇 섀계λ₯Ό λ„μ™€μ€˜"
```

OpenCodeλŠ” ν”„λ‘œμ νŠΈ 루트의 `.env`λ₯Ό μ‚¬μš©ν•©λ‹ˆλ‹€(`langgraph.json`의 `env: ".env"`).

## κ·Έλž˜ν”„ λ ˆμ§€μŠ€νŠΈλ¦¬(langgraph.json)

`langgraph.json`μ—μ„œ λ…ΈμΆœν•  κ·Έλž˜ν”„λ₯Ό μ„ μ–Έν•©λ‹ˆλ‹€. κΈ°λ³Έ μ˜ˆμ‹œλŠ” λ‹€μŒκ³Ό κ°™μŠ΅λ‹ˆλ‹€.
Expand Down Expand Up @@ -638,4 +662,4 @@ uv run ruff format .
---

**λ³Έ ν…œν”Œλ¦Ώμ€ [Proact0](https://www.proact0.org/)μ—μ„œ κ΄€λ¦¬ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.**
{% endif %}
{% endif %}