-
Notifications
You must be signed in to change notification settings - Fork 0
Adding tests for tutorials #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f9bb238 to
d15d696
Compare
d15d696 to
162da54
Compare
|
high level question, but what is our source of truth for tutorials (I would assume here but just wanna confirm)? Should it be in here or agentex-agents? Or agentex haha? |
6e5f38a to
bfc0a34
Compare
Here for any public examples Agentex-agents for any internal examples |
gotcha so then when we have repeated stuff (tutorials), this is the source of truth right? let's say someone wants to learn how to do things. |
danielmillerp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great work !!
⏺ Summary of Changes: Testing Infrastructure for AgentEx Python SDK
Overview
Added comprehensive testing infrastructure for AgentEx tutorial agents with CI/CD automation. 61 files changed with
~4,984 additions and ~214 deletions.
These tests are going to be use for integration tests for the Agentex and agentex-python repositories on merging to main to prevent breaking changes. Right now they are not used anywhere.
What Was Added
Known Gaps
🚨 Temporal agent tests are incomplete - 8 test files are placeholder stubs with TODO comments that need full
implementation
🧹 Test utility functions need cleanup - Remove debug code, generalize Scale-specific logic, and improve
documentation before open source release