update web readme
All checks were successful
Build and Push Web Docker Image / build (push) Successful in 4m31s
All checks were successful
Build and Push Web Docker Image / build (push) Successful in 4m31s
This commit is contained in:
@@ -17,9 +17,9 @@ web/
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Node.js 18+
|
- Node.js 24+
|
||||||
- Python 3.12+
|
- Python 3.13
|
||||||
- [pnpm](https://pnpm.io/installation) (recommended) or npm/yarn/bun
|
- npm
|
||||||
- Google AI API Key (for the LangGraph agent)
|
- Google AI API Key (for the LangGraph agent)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
@@ -27,7 +27,7 @@ web/
|
|||||||
### 1. Install dependencies
|
### 1. Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
This also installs the agent's Python dependencies via the `install:agent` script.
|
This also installs the agent's Python dependencies via the `install:agent` script.
|
||||||
@@ -43,14 +43,14 @@ cp agent/.env.example agent/.env
|
|||||||
### 3. Start development servers
|
### 3. Start development servers
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
This starts both the Next.js UI and LangGraph agent servers concurrently.
|
This starts both the Next.js UI and LangGraph agent servers concurrently.
|
||||||
|
|
||||||
## Agent Deployment
|
## Agent Deployment
|
||||||
|
|
||||||
The agent is containerized for production deployment using the official LangGraph API server image.
|
The agent is containerized for production deployment.
|
||||||
|
|
||||||
### Building the Docker image
|
### Building the Docker image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user