Project Target: learn LangGraph by building real world AI Agent
Requirements:
- Scan Web application or REST API to find most common vulnerabilities
- Generate a report with vulnerabilities and potential places for improvements
- User enters URL in CLI and then AI Agent starts scanning web app
- Report shows in CLI stdout
- Optional: build simple web ui for this agent. Or instead of CLI build web ui.
src/agent_core/- common code for all agentssrc/scan_agent/- ReAct agent that scans target for vulnerabilitiessrc/attack_agent/- ReAct agent that attacks target to find vulnerabilitiessrc/cybersecurity_agent/- chain of agent graph which combines scan and attack agentssrc/target_scan_agent/- OUTDATED first attempt of agent implementation
- Mixture of Experts
- ReAct




