Skip to content

Atomic agents sdk implemenatation#46

Open
Prasannajaga wants to merge 5 commits intoRepello-AI:masterfrom
Prasannajaga:atomic-agents
Open

Atomic agents sdk implemenatation#46
Prasannajaga wants to merge 5 commits intoRepello-AI:masterfrom
Prasannajaga:atomic-agents

Conversation

@Prasannajaga
Copy link
Copy Markdown

@Prasannajaga Prasannajaga commented Oct 26, 2025

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

@Aaditya-G
Copy link
Copy Markdown
Collaborator

@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
Copy link
Copy Markdown
Collaborator

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

can you test your implementation against these?

@Prasannajaga
Copy link
Copy Markdown
Author

Prasannajaga commented Nov 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants