agentvasya
Version:
Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more
73 lines (50 loc) • 2.36 kB
Markdown
# AgentVasya CLI
```
/_____/\ /_/\ /_______/\/__/\ /__/\ /_____/\
\:::__\/ \:\ \ \__.::._\/\::\_\\ \ \\::::_\/_
\:\ \ __\:\ \ \::\ \ \:. `-\ \ \\:\/___/\
\:\ \/_/\\:\ \____ _\::\ \__\:. _ \ \\::___\/_
\:\_\ \ \\:\/___/\/__\::\__/\\. \`-\ \ \\:\____/\
\_____\/ \_____\/\________\/ \__\/ \__\/ \_____\/
```
Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more.
## Installation
Install AgentVasya globally using npm:
```bash
npm install -g agentvasya
```
## Usage
```bash
agentvasya
```
This will start the AgentVasya CLI interface where you can interact with the autonomous coding agent.
## Features
- **Autonomous Coding**: AI-powered code generation, editing, and refactoring
- **File Operations**: Create, read, update, and delete files and directories
- **Command Execution**: Run shell commands and scripts
- **Browser Automation**: Interact with web pages and applications
- **Multi-Model Support**: Works with Anthropic Claude, OpenAI GPT, and other AI models
- **MCP Integration**: Extensible through Model Context Protocol servers
- **Project Understanding**: Analyzes codebases to provide context-aware assistance
## Requirements
- Node.js 18.0.0 or higher
- Supported platforms: macOS, Linux. Windows soon
- Supported architectures: x64, arm64
## Configuration
AgentVasya can be configured through:
- Environment variables
- Configuration files
- Command-line arguments
See the [main documentation](https://agentvasya.com) for detailed configuration options.
## Links
- **Website**: [https://agentvasya.com](https://agentvasya.com)
- **Documentation**: [https://docs.agentvasya.com](https://docs.agentvasya.com)
- **GitHub**: [https://github.com/agentvasya/agentvasya](https://github.com/agentvasya/agentvasya)
- **VSCode Extension**: Available in the VSCode Marketplace
- **JetBrains Extension**: Available in the JetBrains Marketplace
## License
Apache-2.0 - see [LICENSE](https://github.com/agentvasya/agentvasya/blob/main/LICENSE) for details.
## Support
- Report issues: [GitHub Issues](https://github.com/agentvasya/agentvasya/issues)
- Community: [GitHub Discussions](https://github.com/agentvasya/agentvasya/discussions)
- Documentation: [docs.agentvasya.com](https://docs.agentvasya.com)