Agent-Wiz
Agent-Wiz copied to clipboard
A CLI tool for threat modeling and visualizing AI agents built using popular frameworks like LangGraph, AutoGen, CrewAI, and more.
### Part of #44 and addressed these [issues](https://github.com/Repello-AI/Agent-Wiz/pull/44#issuecomment-3472406723) - theme-aware header, - full workflow export, - reset layout + refined edge styling ### [Exported PNG format] > in light theme,...
Make the analyze process more verbose or add loading in CLI [#24](https://github.com/Repello-AI/Agent-Wiz/issues/24) **Enhancements:** - **Added Timer for Process Execution:** The analyzer CLI command now includes a timer that shows the...
- [x] I’ve read the contribution guidelines - [x] I’ve followed the how-to-open-a-pull-request guide - [x] My PR targets the `main` branch - [x] I tested all commands locally in...
Bump package versions to the latest version and do changes to support the bump.
### Feature: Atomic Agent SDK Support This feature implements a new **`AtomicAgentMapper`** class for parsing and mapping **Atomic Agent SDK** components. It leverages an **AST (Abstract Syntax Tree)** parser for...
Related to #43 . STRIDE Model :- This framework enables developers to classify potential threats and ensure software systems maintain confidentiality, integrity, and availability. By assessing risks early in the...
Description: - This PR updates all third-party dependencies in pyproject.toml to their latest stable versions compatible with Python ≥3.10. It ensures that the repello-agent-wiz package installs cleanly in editable mode...
https://github.com/BrainBlend-AI/atomic-agents?tab=readme-ov-file#installation Add Support for atomic agents sdk in agent wiz
The current visualize command in agent-viz provides a basic interface to view agent interactions. Explore the [React Flow](https://reactflow.dev/) library (or any other suitable library) to design a more interactive and...
currently for analysis we only support openai sdk - however this should be based on the end user and it could be made configurable. we can start with first adding...