How to use Leangetic
Leangetic runs entirely from the CLI on your machine. Your code and secrets never leave it, only a redacted diagnostic bundle is sent for optimization. Follow these steps.
Open the Install page, run the command, then come back.
Create a key on the API Keys page, then sign in with it.
pipit login --api-url https://api.leangetic.com --api-key ac_your_key
Records structure, prompts, tool surfaces, and trace metrics. Never your secrets.
pipit scan ./your-agent --tasks ./tasks.json --traces ./traces --entrypoint 'python agent.py'
pipit readiness .pipit/bundle.json
Sends the redacted bundle and returns an optimized hybrid pipeline.
pipit optimize ./your-agent --yes --max-credits 1200
The optimized package is placed next to your agent. Your original is never changed.
pipit apply .pipit/artifacts/<job_id> --target ./your-agent-optimized pipit verify --against ./your-agent --package ./your-agent-optimized
Loading sign-in...