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
Type
/
to 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 }}
avalonlucky
/
Giverny
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v0.37.0
v0.37.0 — Agent 架构重构
Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
avalonlucky
released this
28 Jul 16:53
v0.37.0
74c6877
架构重构
模块拆分
aliceAgent.ts 从 1338 行拆分为 5 个协作模块
agentToolClient.ts: 工具调用基础设施(超时+熔断)
agentApprovalFlow.ts: 审批流程(指数退避轮询)
agentTaskContext.ts: 任务引用管理
agentUtils.ts: 共享工具函数
agentLogger.ts: 结构化日志
意图推断收敛
Director LLM 决策为唯一权威来源
正则层降级为验证规则(不再做全量推断)
directorDecisionToIntents() 映射函数
渲染器注册表化
28 分支 if-else 链 → O(1) 注册表查找
registerEvidenceRenderer() 动态扩展接口
可靠性
Workflow 轮询:固定 200ms×60 → 指数退避(200ms→2000ms)
工具调用:15s 超时 + 3 次失败熔断 30s
Pending action 10 分钟主动过期
安全增强
Scope 签名加 timestamp + 10min TTL(防重放)
工具输入 64KB 限制(防超大 payload)
代码质量
verifyAgentAnswer 重构为 17 条声明式规则表
lookupCapability 消除 13 处重复类型断言
结构化 JSON 日志(level/ts/event/ctx)
You can’t perform that action at this time.