Guides for using Shep AI CLI effectively.
| Guide | Description |
|---|---|
| getting-started.md | Installation and first run |
| configuration.md | Authentication and settings |
| cli-commands.md | Complete CLI command reference |
| web-ui.md | Web interface usage |
| langgraph-agents.md | LangGraph agent system guide |
# Install globally
npm install -g @shepai/cli
# Navigate to your project
cd ~/projects/my-app
# Run Shep
shep
This launches the setup wizard on first run, then opens http://localhost:4050/.
New to Shep? Start with getting-started.md for installation and your first feature.
Need to customize Shep? See configuration.md for auth setup and settings.
Looking for specific commands? Check cli-commands.md for the complete CLI reference.
Prefer the browser? Read web-ui.md for web UI features.
Working with LangGraph agents? See langgraph-agents.md for concepts and patterns.
Update when:
File naming:
getting-started.md not gs.md)