Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
supervaize
/
supervaizer
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
15
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
status_check
- #31
#31
Merged
alain-sv
merged 10 commits into
develop
supervaize/supervaizer:develop
from
status_check
supervaize/supervaizer:status_check
Copy head branch name to clipboard
May 3, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
status_check
#31
alain-sv
merged 10 commits into
develop
supervaize/supervaizer:develop
from
status_check
supervaize/supervaizer:status_check
Copy head branch name to clipboard
Commits
Commits on May 3, 2026
✨ feat: agent status endpoint and related tests- Add Controller.POST_AGENT_STATUS and map to /api/supervaizer/agents/{agent_slug}/status the controller contract a dedicated status route.
Show description for c2624c8
alain-sv
committed
c2624c8
View commit details
Copy full SHA for c2624c8
Browse repository at this point
✨ feat: agent status endpoint test job status responseAdd test that verifies POST //{slug}/status returns the agent'sjob_status as a JobResponse. The test patches Agent.job_statusreturn aResponse w…
Show description for 5bab437
alain-sv
committed
5bab437
View commit details
Copy full SHA for 5bab437
Browse repository at this point
✨ feat(agents): add test for status endpoint returning job infoAdd new test that verifies POST /agents/{slug}/status returns theagent's job_status response as a JobResponse with correct job_idstatu…
Show description for 5801a48
alain-sv
committed
5801a48
View commit details
Copy full SHA for 5801a48
Browse repository at this point
✨ feat: add test for agent status endpoint job_status response
alain-sv
committed
6e7541b
View commit details
Copy full SHA for 6e7541b
Browse repository at this point
✨ feat: add test for agent status endpoint job_status response
alain-sv
committed
283e6ee
View commit details
Copy full SHA for 283e6ee
Browse repository at this point
✨ feat: import JobResponse and EntityStatus for status test
alain-sv
committed
ec747f3
View commit details
Copy full SHA for ec747f3
Browse repository at this point
✨ feat: import JobResponse and EntityStatus for status test
alain-sv
committed
e026ec0
View commit details
Copy full SHA for e026ec0
Browse repository at this point
✨ feat: add test for agent status endpoint job_status response
alain-sv
committed
11de00d
View commit details
Copy full SHA for 11de00d
Browse repository at this point
✨ off agent to worker threadsMove synchronous agent callbacks and hooks off the event loop byexecuting them in background threads via.to_thread.
Show description for 9693304
alain-sv
committed
9693304
View commit details
Copy full SHA for 9693304
Browse repository at this point
✨ feat(api): return JobResponse and explicit codesUpdate status endpoint to use JobResponse as mainmodel and an explicit200 status in the route decoratorFastAPI the correct response code default. A…
Show description for 00922f5
alain-sv
committed
00922f5
View commit details
Copy full SHA for 00922f5
Browse repository at this point
You can’t perform that action at this time.