mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 14:19:55 +02:00
1.2 KiB
1.2 KiB
Quickstart Guide
Welcome to the Quickstart Guide for Agentic Security. This guide will help you set up and start using the project quickly.
Installation
To get started with Agentic Security, install the package using pip:
pip install agentic_security
Initial Setup
After installation, you can start the application using the following command:
agentic_security
This will initialize the server and prepare it for use.
Basic Usage
To run the main application, use:
python -m agentic_security
You can also view help options with:
agentic_security --help
Running as a CI Check
Initialize the configuration for CI checks:
agentic_security init
This will generate a default configuration file named agesec.toml.
Additional Commands
-
List available modules:
agentic_security ls -
Run a security scan:
agentic_security ci
Further Information
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.