The Agentic AI Innovation Challenge celebrates groundbreaking developments in AI agent technologies and frameworks. We were invited as participants to showcase projects that demonstrate novel approaches to autonomous agents, structured LLM workflows, task automation, and multi-agent systems. Whether you are building sophisticated autonomous agents or creating innovative prompt engineering frameworks, this challenge welcomes all forms of agentic AI innovation.
Core Technologies:
Implementation Approaches:
Application Domains:
These categories are examples - we welcome all innovative approaches in agentic AI, from sophisticated autonomous agents to novel LLM workflow frameworks.
Note!
This project is maintaining multiple implementations for different use cases.
The pentest-agent-system submodule can be extended to include support for more model providers. The current implementation features support for multiple models from OpenAI or Anthropic.
Ollama
Cloudflare AI Workers
The system follows a hybrid approach:
LLM-based agents are being used in several places in this repository:
Main Production Agent (Python Implementation)
The primary LLM-based agent is implemented in python/main.py:
This agent serves as the main interface for the Python implementation of the system, handling user queries and orchestrating the penetration testing workflow.
Experimental/Example Agents
There are also some experimental or example agent implementations:
python/modules/oai-agent-00.py:
python/modules/react-agent.py:
Deno Implementation (TypeScript)
The pentest-agent-system submodule repository also contains a Deno/TypeScript implementation that follows a multi-agent architecture as described in SYSTEM_OVERVIEW.md
:
PentestOrchestratorAgent
in agents/orchestrator.ts
MitrePlannerAgent
in agents/planner.ts
ExploitExecutorAgent
in agents/executor.ts
The TypeScript implementation is more focused on structured, rule-based agents following the MITRE ATT&CK framework.
There are no models linked
There are no models linked
There are no datasets linked
There are no datasets linked