We are excited to announce the first production release of AgentVault! Version 1.0.0 represents a stable, production-ready platform for building and managing AI agents.
All components have been updated to version 1.0.0:
| Component | Version | Description |
|---|---|---|
| agentvault | 1.0.0 | Core client library |
| agentvault-cli | 1.0.0 | Command-line interface |
| agentvault-registry-api | 1.0.0 | Registry API service |
| agentvault-server-sdk | 1.0.0 | Agent development SDK |
| agentvault-testing-utils | 1.0.0 | Testing utilities |
- Complete A2A (Agent-to-Agent) protocol implementation
- MCP (Model Context Protocol) support
- Secure key management with OS keyring integration
- OAuth2 authentication support
- Agent lifecycle management (list, run, install)
- Configuration management
- Registry integration
- Rich terminal output
- RESTful API for agent discovery
- User authentication with JWT
- Email verification system
- Rate limiting for security
- PostgreSQL with async support
- FastAPI-based framework
- Easy route registration
- Built-in auth middleware
- Docker packaging support
- Environment-based configuration
- No hardcoded secrets
- JWT authentication
- Bcrypt password hashing
- Email verification
- Comprehensive .gitignore
- Updated README files
- API documentation
- Configuration guides
- Security best practices
# Install the CLI
pip install agentvault-cli
# Install the library
pip install agentvault
# Install the server SDK
pip install agentvault-server-sdk# List available agents
agentvault_cli registry search
# Run an agent
agentvault_cli agents run my-agent
# Configure credentials
agentvault_cli config set my-service --keyringAs this is the first major release, there are no upgrade considerations. Future releases will maintain backward compatibility following semantic versioning.
Thank you to all contributors and early adopters who helped shape AgentVault into what it is today!
- Enhanced MCP protocol support
- Additional authentication methods
- Performance optimizations
- Expanded documentation
- Community agent marketplace
For detailed changes, see CHANGELOG.md