fischer-agentkit/src/agentkit/llm/providers
chiguyong 34a89c4873 refactor(llm+memory+client): remove Any from type signatures
Eliminate 172 Any usages across llm/, memory/, client/ via:
- TypeAlias (MetadataValue, MetadataDict, RAGSearchResult, etc.)
- object for arbitrary dict/value types
- TYPE_CHECKING Protocol for Redis/Quota/RAG/Graph services
- TYPE_CHECKING import + string annotations for forward refs
- Remove unused Any imports (18 F401 fixed)

Tests: 253 passed (llm 21 failures are pre-existing litellm env issue)
ruff: All checks passed
2026-07-01 02:03:51 +08:00
..
__init__.py feat(llm): U15 — LiteLLM unified provider + api_key encrypted secrets migration 2026-06-25 21:41:15 +08:00
anthropic.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
doubao.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
gemini.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
litellm_provider.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
openai.py fix(routing): U1-U6 路由优化 + 修复方案 + 代码审查修复 2026-06-20 19:31:49 +08:00
tracker.py fix(review): U1 Redis quota enforcement — key construction + fail-closed + degradation recovery + async 2026-06-22 16:22:33 +08:00
usage_store.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
wenxin.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00
yuanbao.py refactor(llm+memory+client): remove Any from type signatures 2026-07-01 02:03:51 +08:00