Skip to content
Merged
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
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,6 @@ chmod +x agish
sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH
```

# Development

```
git clone https://github.com/Flux159/agentic-shell.git
cd agentic-shell
npm install
cp .env.local.example .env.local
# Update .env.local with your API keys
npm run dev
```

# Building

```
npm run build
```

# Usage

In your shell, make sure you have the following environment variable is set.
Expand Down Expand Up @@ -119,6 +102,23 @@ Build up a directory of test suites for LLMs in a directory & run all of them ag
find tests/ -type f -exec agish < {} \;
```

# Development

```
git clone https://github.com/Flux159/agentic-shell.git
cd agentic-shell
npm install
cp .env.local.example .env.local
# Update .env.local with your API keys
npm run dev
```

# Building

```
npm run build
```

### License

[MIT License](https://github.com/Flux159/agentic-shell/blob/main/LICENSE)
Loading