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
Accelerator
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
.
fastapi-startkit
/
fastapi-startkit-framework
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
19
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat(ai)!: agents speak the LangChain create_agent contract
- #190
#190
Merged
tmgbedu
merged 27 commits into
main
fastapi-startkit/fastapi-startkit-framework:main
from
ai-package-fix
fastapi-startkit/fastapi-startkit-framework:ai-package-fix
Copy head branch name to clipboard
Aug 18, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat(ai)!: agents speak the LangChain create_agent contract
#190
tmgbedu
merged 27 commits into
main
fastapi-startkit/fastapi-startkit-framework:main
from
ai-package-fix
fastapi-startkit/fastapi-startkit-framework:ai-package-fix
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2026
feat(ai): add TestJudgeAgent trajectory-match evaluator (evals) (#183)
Show description for 556f612
tmgbedu
authored
556f612
View commit details
Copy full SHA for 556f612
Browse repository at this point
Commits on Jul 17, 2026
feat(ai): Ai model registry + fluent record() testing DSL (#184)
Show description for 4bf8f38
tmgbedu
authored
4bf8f38
View commit details
Copy full SHA for 4bf8f38
Browse repository at this point
refactor(ai): back assert_response_judged with a JudgeAgent (#185)
Show description for 05647ee
tmgbedu
authored
05647ee
View commit details
Copy full SHA for 05647ee
Browse repository at this point
refactor: move utils/structures.py into support/
Show description for cf6bf43
tmgbedu
committed
cf6bf43
View commit details
Copy full SHA for cf6bf43
Browse repository at this point
Merge pull request #186 from fastapi-startkit/task/audit-utils-structures-1133
Show description for 62fc8a7
tmgbedu
authored
62fc8a7
View commit details
Copy full SHA for 62fc8a7
Browse repository at this point
refactor(ai): drop AgentBinding, have fake()/record() return their fakes directly
Show description for 0b7b7f4
tmgbedu
committed
0b7b7f4
View commit details
Copy full SHA for 0b7b7f4
Browse repository at this point
fix(agents): re-record stale/incomplete cassettes for the record() tests
Show description for 89f3bae
tmgbedu
committed
89f3bae
View commit details
Copy full SHA for 89f3bae
Browse repository at this point
Merge pull request #188 from fastapi-startkit/task/agent-fake-record-1141
Show description for c439527
tmgbedu
authored
c439527
View commit details
Copy full SHA for c439527
Browse repository at this point
Commits on Jul 23, 2026
feat: ai package fix
tmgbedu
committed
8a56a62
View commit details
Copy full SHA for 8a56a62
Browse repository at this point
Commits on Jul 24, 2026
feat: fix the ai chat
tmgbedu
committed
58e2d13
View commit details
Copy full SHA for 58e2d13
Browse repository at this point
Commits on Jul 25, 2026
AI record(): capture full per-turn interaction (messages + latency + usage + tool calls) (#199)
Show description for f111e8e
tmgbedu
authored
f111e8e
View commit details
Copy full SHA for f111e8e
Browse repository at this point
AI: add agent.assert_tokens() for accumulated token limits (#200)
Show description for cb9dd29
tmgbedu
authored
cb9dd29
View commit details
Copy full SHA for cb9dd29
Browse repository at this point
Commits on Jul 26, 2026
Merge remote-tracking branch 'origin/main' into ai-package-fix
tmgbedu
committed
526b709
View commit details
Copy full SHA for 526b709
Browse repository at this point
test: relocate test_structures to tests/support and fix import
Show description for 4131942
tmgbedu
committed
4131942
View commit details
Copy full SHA for 4131942
Browse repository at this point
Commits on Jul 27, 2026
feat: add fixes
tmgbedu
committed
e164604
View commit details
Copy full SHA for e164604
Browse repository at this point
Commits on Jul 29, 2026
feat(ai)!: agents speak the LangChain create_agent contract
Show description for d3f39ac
tmgbedu
and
claude
committed
d3f39ac
View commit details
Copy full SHA for d3f39ac
Browse repository at this point
Commits on Jul 30, 2026
feat(ai): Pest-evals-style assertions on the agent test double
Show description for 5fead02
tmgbedu
committed
5fead02
View commit details
Copy full SHA for 5fead02
Browse repository at this point
style: ruff format the eval assertions and pre-existing unformatted tests
Show description for 6d934f8
tmgbedu
committed
6d934f8
View commit details
Copy full SHA for 6d934f8
Browse repository at this point
fix(ai): keep pre-existing judge verdicts replayable
Show description for 7f2c056
tmgbedu
committed
7f2c056
View commit details
Copy full SHA for 7f2c056
Browse repository at this point
Commits on Aug 1, 2026
Merge pull request #203 from fastapi-startkit/task/ai-eval-assertions
Show description for 6c9c70a
tmgbedu
authored
6c9c70a
View commit details
Copy full SHA for 6c9c70a
Browse repository at this point
feat(ai): agent temperature + instance-level record(); example eval fixes
Show description for 69ff2d5
tmgbedu
committed
69ff2d5
View commit details
Copy full SHA for 69ff2d5
Browse repository at this point
Commits on Aug 2, 2026
feat: fix
tmgbedu
committed
3e7957f
View commit details
Copy full SHA for 3e7957f
Browse repository at this point
chore: stop tracking .vscode/settings.json
Show description for e7033ed
tmgbedu
committed
e7033ed
View commit details
Copy full SHA for e7033ed
Browse repository at this point
Commits on Aug 17, 2026
feat: wip
tmgbedu
committed
1150608
View commit details
Copy full SHA for 1150608
Browse repository at this point
feat(ai)!: remove GraphAgent/GraphRunner
Show description for 880ab5e
tmgbedu
and
claude
committed
880ab5e
View commit details
Copy full SHA for 880ab5e
Browse repository at this point
test(example): drop stale ChatAgent/SalesAgent tests for deleted modules
Show description for 835477b
tmgbedu
and
claude
committed
835477b
View commit details
Copy full SHA for 835477b
Browse repository at this point
ci: point example/agents tests at the compose Postgres and run migrations
Show description for 10c9db6
tmgbedu
and
claude
committed
10c9db6
View commit details
Copy full SHA for 10c9db6
Browse repository at this point
You can’t perform that action at this time.