Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@asdek asdek released this 07 Jan 01:26
· 9 commits to master since this release
9c0a9ac

PentAGI v0.1.0 - First Public Alpha Release

We are excited to announce the first public alpha release of PentAGI - an innovative AI-powered penetration testing system that brings autonomous security testing to a new level.

🎯 Current State

PentAGI is in early alpha stage, focusing on core functionality and system stability. This release demonstrates the basic capabilities of our autonomous penetration testing system while actively being developed and improved.

✨ Available Features

Core Functionality

  • 🤖 Multi-agent system (Researcher, Developer, Executor)
  • 🛡️ Integration with essential security testing tools
  • 🧠 Basic memory system with vector storage
  • 🔄 Autonomous decision-making capabilities

Technical Implementation

  • 🐳 Docker-based deployment
  • 📊 Basic monitoring (Grafana + OpenTelemetry)
  • 📝 LLM operations tracking (Langfuse)
  • 🔌 Support for OpenAI/Anthropic APIs

⚠️ Important Notes

  • This is an alpha release intended for testing and feedback
  • Not recommended for production use
  • Expect frequent updates and changes
  • Some features may be unstable or incomplete
  • Limited documentation available

🚀 Quick Start

mkdir pentagi && cd pentagi
curl -O https://raw.githubusercontent.com/vxcontrol/pentagi/main/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/vxcontrol/pentagi/main/.env.example
# Configure your .env file
docker compose up -d

For detailed documentation and latest updates, please visit README file.