Welcome to the Quickstart Guide for Agentic Security. This guide will help you set up and start using the project quickly.
To get started with Agentic Security, install the package using pip:
pip install agentic_securityAfter installation, you can start the application using the following command:
agentic_securityThis will initialize the server and prepare it for use.
To run the main application, use:
python -m agentic_securityYou can also view help options with:
agentic_security --helpInitialize the configuration for CI checks:
agentic_security initThis will generate a default configuration file named agesec.toml.
-
List available modules:
agentic_security ls
-
Run a security scan:
agentic_security ci
For more detailed information, refer to the Documentation or the API Reference.
This quickstart guide should help you get up and running with Agentic Security efficiently.