Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
  • Loading branch information
Zochory authored Jan 8, 2025
1 parent 9d4738d commit 3ea50d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ AgenticFleet is an Adaptative Agentic System in beta that currently uses Chainl

1. Clone the repository:
```bash
git clone https://github.com/yourusername/fleet.git
cd fleet
git clone https://github.com/qredence/agenticfleet.git
cd agenticfleet
```

2. Create and activate a virtual environment using uv:
Expand Down Expand Up @@ -77,12 +77,12 @@ To start the application in development mode:
```bash
cd src/backend
. .venv/bin/activate # Ensure you're in the virtual environment
chainlit run agentic-fleet.frontend.app
chainlit run agentic-fleet/frontend/app.py
```

This will:
- Start the backend server at http://localhost:8000
- Launch the Chainlit frontend interface
- Launch the Chainlit frontend interface http://localhost:8001
- Enable real-time communication
- Provide colored logging output
- Handle graceful shutdown
Expand Down

0 comments on commit 3ea50d3

Please sign in to comment.