agentstudio
v0.4.4
Published
AgentStudio - AI-powered agent workspace with Claude integration. One command to start your AI agent studio.
Downloads
167
Maintainers
Readme
AgentStudio
AI-powered agent workspace with Claude integration.
Quick Start
# Install globally
npm install -g agentstudio
# Start the server
agentstudio start
# Or specify a port
agentstudio start --port 8080Commands
agentstudio start- Start the full server (frontend + backend)agentstudio start --api-only- Start API server only (for CDN frontend mode)agentstudio start --port <port>- Specify server port (default: 4936)agentstudio upgrade- Upgrade to the latest versionagentstudio --version- Show versionagentstudio --help- Show help
Environment Variables
Create a .env file in your working directory:
# Required: AI API Key
ANTHROPIC_API_KEY=your_api_key_here
# Optional: Custom port
PORT=4936
# Optional: Data directory
DATA_DIR=~/.agentstudioDocumentation
For full documentation, visit: https://github.com/okguitar/agentstudio
License
MIT
