Skip to content

PentAGI v0.1.0 - First Public Alpha Release

Pre-release
Pre-release

Choose a tag to compare

@asdek asdek released this 07 Jan 01:26
b90ea47

🎯 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.