Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
22 lines
649 B
Plaintext
22 lines
649 B
Plaintext
# KV Cache Demonstration Requirements
|
|
# Core dependencies for ReAct agent with Kimi K3 model
|
|
|
|
# Shared provider resolver from the repository root. Run this requirements file
|
|
# from the experiment directory, as shown in the README.
|
|
-e ../..
|
|
|
|
# OpenAI client for Kimi API compatibility
|
|
openai>=1.35.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0 # For environment variable management
|
|
|
|
# Optional but recommended for better formatting
|
|
rich>=13.7.0 # For better console output
|
|
tabulate>=0.9.0 # For table formatting
|
|
|
|
# Development dependencies (optional)
|
|
# pytest>=7.4.0 # For testing
|
|
# black>=23.0.0 # For code formatting
|
|
# pylint>=3.0.0 # For code linting
|