Examples¶
Run the sample agents from the repo to see the unified API in action.
ADK Agent¶
cd tests
python test_adk_agent_creation.py
SmolAgent¶
cd tests
python test_smol_agent_creation.py
LangGraph Agent¶
cd tests
python test_langgraph_agent_creation.py