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 }}
QUSETIONS
/
MiniCode-Python
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
196
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Master
- #8
#8
Merged
QUSETIONS
merged 32 commits into
main
QUSETIONS/MiniCode-Python:main
from
master
QUSETIONS/MiniCode-Python:master
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Master
#8
QUSETIONS
merged 32 commits into
main
QUSETIONS/MiniCode-Python:main
from
master
QUSETIONS/MiniCode-Python:master
Copy head branch name to clipboard
Commits
Commits on May 11, 2026
优化: Working Memory集成、会话持久化、Token预计算、TUI会话列表
Show description for 3737162
QUSETIONS
committed
3737162
View commit details
Copy full SHA for 3737162
Browse repository at this point
性能优化: 10项代码优化提升性能和稳定性
Show description for 4ba962a
QUSETIONS
committed
4ba962a
View commit details
Copy full SHA for 4ba962a
Browse repository at this point
Commits on May 12, 2026
round3: optimize tools/ directory - lru_cache, import cleanup, string concat fixes
QUSETIONS
committed
75b3ed1
View commit details
Copy full SHA for 75b3ed1
Browse repository at this point
round4: optimize core modules - error caching, frozenset, precompiled patterns
QUSETIONS
committed
edcdb33
View commit details
Copy full SHA for edcdb33
Browse repository at this point
round5: optimize multi-agent and tools - caching, precompiled patterns, fast paths
QUSETIONS
committed
275bfab
View commit details
Copy full SHA for 275bfab
Browse repository at this point
round6: optimize adapters and registry - caching, frozenset, precomputed constants
QUSETIONS
committed
bc9f43c
View commit details
Copy full SHA for bc9f43c
Browse repository at this point
round7: partial optimizations - frozenset patterns in agent_intelligence
QUSETIONS
committed
85a9b5e
View commit details
Copy full SHA for 85a9b5e
Browse repository at this point
round7 complete: caching, frozenset, precomputed constants across core modules
QUSETIONS
committed
7688f30
View commit details
Copy full SHA for 7688f30
Browse repository at this point
round8: optimize execution, isolation, logging, history - caching, frozenset, precompiled patterns
QUSETIONS
committed
64369ef
View commit details
Copy full SHA for 64369ef
Browse repository at this point
Commits on May 13, 2026
opt(tools): 第三轮性能优化 + 修复测试
Show description for 7ddecef
QUSETIONS
committed
7ddecef
View commit details
Copy full SHA for 7ddecef
Browse repository at this point
opt(memory): 第四轮性能优化 - 减少重复计算和属性查找
Show description for 2c15b2e
QUSETIONS
committed
2c15b2e
View commit details
Copy full SHA for 2c15b2e
Browse repository at this point
opt(core): 第五轮性能优化 - 减少重复计算和属性查找
Show description for c771a72
QUSETIONS
committed
c771a72
View commit details
Copy full SHA for c771a72
Browse repository at this point
security: fix SSRF, path traversal, atomic writes, resource leaks, cache bounds
Show description for e02d9c9
QUSETIONS
committed
e02d9c9
View commit details
Copy full SHA for e02d9c9
Browse repository at this point
perf: optimize memory system with indexing and batch I/O
Show description for a794afe
QUSETIONS
committed
a794afe
View commit details
Copy full SHA for a794afe
Browse repository at this point
feat: add 5 core infrastructure components inspired by agent architecture
Show description for a75fcf2
QUSETIONS
committed
a75fcf2
View commit details
Copy full SHA for a75fcf2
Browse repository at this point
feat: deepen work chain with Task Object and Pipeline Engine
Show description for 9ffc6a3
QUSETIONS
committed
9ffc6a3
View commit details
Copy full SHA for 9ffc6a3
Browse repository at this point
fix: complete pipeline_engine.py - fix truncated file and add full execution chain
Show description for f4e405d
QUSETIONS
committed
f4e405d
View commit details
Copy full SHA for f4e405d
Browse repository at this point
Commits on May 15, 2026
feat: integrate engineering cybernetics (feedback/feedforward/stability controllers) and optimize README
QUSETIONS
committed
a5e06cc
View commit details
Copy full SHA for a5e06cc
Browse repository at this point
feat: optimize README with cybernetics architecture, add integration tests
QUSETIONS
committed
98db012
View commit details
Copy full SHA for 98db012
Browse repository at this point
feat: expand cybernetics architecture with 5 advanced controllers - adaptive PID tuner, state observer (Kalman filter), decoupling controller, predictive controller, self-healing engine - and deep …
Show description for 60f4724
QUSETIONS
committed
60f4724
View commit details
Copy full SHA for 60f4724
Browse repository at this point
Commits on May 16, 2026
fix: 修复集成测试中 2 个失败测试 + 同步 py-src/
Show description for 050c45a
QUSETIONS
committed
050c45a
View commit details
Copy full SHA for 050c45a
Browse repository at this point
fix: 修复 test_agent_intelligence.py 中 3 个预存测试失败
Show description for 61b5dbc
QUSETIONS
committed
61b5dbc
View commit details
Copy full SHA for 61b5dbc
Browse repository at this point
feat: 实现 Claude Code-style 上下文管理三段式架构
Show description for 78bb320
QUSETIONS
committed
78bb320
View commit details
Copy full SHA for 78bb320
Browse repository at this point
feat: complete Claude Code-style context management integration (3 improvements)
Show description for 4b25d13
QUSETIONS
committed
4b25d13
View commit details
Copy full SHA for 4b25d13
Browse repository at this point
Commits on May 17, 2026
feat: Engineering Cybernetics for Context Management (7-layer closed-loop control)
Show description for d9bc159
QUSETIONS
committed
d9bc159
View commit details
Copy full SHA for d9bc159
Browse repository at this point
feat: deep cybernetics integration — dual-PID loop + self-healing delegation
Show description for 984a95d
QUSETIONS
committed
984a95d
View commit details
Copy full SHA for 984a95d
Browse repository at this point
feat: BudgetPIDController — cost control closed-loop (Engineering Cybernetics)
Show description for 976b336
QUSETIONS
committed
976b336
View commit details
Copy full SHA for 976b336
Browse repository at this point
Commits on May 19, 2026
feat: cybernetic memory architecture — 3-layer pipeline + multi-tier storage
Show description for e531890
QUSETIONS
and
claude
committed
e531890
View commit details
Copy full SHA for e531890
Browse repository at this point
feat: MemoryPipeline unified facade + theoretical foundations
Show description for 1a795c3
QUSETIONS
and
claude
committed
1a795c3
View commit details
Copy full SHA for 1a795c3
Browse repository at this point
docs: README — theoretical framework + experimental results
Show description for 85f9f1e
QUSETIONS
and
claude
committed
85f9f1e
View commit details
Copy full SHA for 85f9f1e
Browse repository at this point
feat: vector search fusion + quality feedback loop + enhanced memory stats
Show description for d1f3113
QUSETIONS
and
claude
committed
d1f3113
View commit details
Copy full SHA for d1f3113
Browse repository at this point
docs: complete README rewrite — theory-first, architecture, results
Show description for 1402a2e
QUSETIONS
and
claude
committed
1402a2e
View commit details
Copy full SHA for 1402a2e
Browse repository at this point
You can’t perform that action at this time.