mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 04:03:31 +00:00
feat: add mock server mode for UI testing
This commit is contained in:
parent
f5d1a6383d
commit
d24f983e2c
21 changed files with 1108 additions and 848 deletions
|
|
@ -62,6 +62,10 @@ Docs
|
|||
|
||||
### Server
|
||||
|
||||
- Install server
|
||||
- curl (fastest & does not require npm)
|
||||
- npm i -g (slower)
|
||||
- npx (for quick runs)
|
||||
- Run server
|
||||
- Auth
|
||||
|
||||
|
|
@ -71,6 +75,10 @@ Docs
|
|||
|
||||
Docs
|
||||
|
||||
### Tip: Extracting API Keys
|
||||
|
||||
TODO: npx command to get API keys
|
||||
|
||||
## Project Goals
|
||||
|
||||
This project aims to solve 3 problems with agents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue