Breach-OS / llm

Commit History

Fix turn counting, task-aware max steps in inference, explicit conversation reset, openenv.yaml metadata
905ac2f

Naman Gupta commited on

added automatic attack button in UI and improved roleplay
abd2333

pi9605 commited on

added frontend for the project
f61eeae

Naman Gupta commited on

Fix pipeline 0.0 scoring override, resolve test floating-point flakiness, and add readable CLI output for inference.py
9c67b20

pi9605 commited on

wire up the main LLM pipeline β€” defender + classifiers in one place
5ebe298

Naman Gupta commited on

add defense scorer β€” how well did the defender actually handle that?
463b003

Naman Gupta commited on

add attack classifier β€” did the attacker actually win this turn?
8708281

Naman Gupta commited on

add defender LLM β€” the AI that holds the line against attacks
e28e08d

Naman Gupta commited on

add ConversationManager to give the defender a memory
99a9cb9

Naman Gupta commited on

add Groq client setup β€” one place to rule all API calls
f778bee

Naman Gupta commited on

feat(llm): add run_llm_pipeline() stub with correct return shape for Person 3
962dc67

subhdotsol commited on

chore(llm): add llm package __init__.py
d0d319c

subhdotsol commited on