Atomic agents sdk implemenatation
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 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.
@Prasannajaga checkout the complete examples - https://github.com/BrainBlend-AI/atomic-agents#complete-examples
can you test your implementation against these?
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.