Agent-Wiz icon indicating copy to clipboard operation
Agent-Wiz copied to clipboard

Atomic agents sdk implemenatation

Open Prasannajaga opened this issue 2 months ago • 3 comments

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 accurate source code introspection.


1. Extract Atomic Agent SDK Data

Run the following command to parse and extract data from your Atomic Agent SDK project:

// extract the tools
agent-wiz extract --framework atomic_agents --directory .\examples\code\atomic_agents --output atomic.json

// open in browser
agent-wiz visualize --input atomic.json --open

Prasannajaga avatar Oct 26 '25 18:10 Prasannajaga

@Prasannajaga include a screenshot of the visualization in your PR , from what i can see in the atomic_test.json file, your implementation does not has any edges between agents and tools.

Aaditya-G avatar Oct 27 '25 03:10 Aaditya-G

@Prasannajaga checkout the complete examples - https://github.com/BrainBlend-AI/atomic-agents#complete-examples

can you test your implementation against these?

Aaditya-G avatar Oct 27 '25 03:10 Aaditya-G

Hey @Aaditya-G

I’ve tested and pushed a few sample use cases from the Atomic SDK — reference: Atomic Agents Examples

The updated output JSON has been added to /atomic-agent.json.

Prasannajaga avatar Nov 05 '25 18:11 Prasannajaga