Project report / GitHub evidence

SCOPE

这是可索引项目报告证据页:它保留 SCOPE 的源材料入口、机制线索和限制提醒;正文仍需 reader/editor 与 academic public-copy review 后才能当作最终结论引用。

SCOPE

项目概览

技术栈

Python, OpenAI 兼容 API, Anthropic/Claude, pytest

依赖与配置证据:

核心架构图(文字描述)

任务 / 环境 / Benchmark 输入进化/搜索循环改进后的输出、代码、Prompt、记忆、策略或模型工件

目录结构信号

文件 .env.template
目录 .github
目录 .github/ISSUE_TEMPLATE
文件 .github/ISSUE_TEMPLATE/bug_report.md
文件 .github/ISSUE_TEMPLATE/feature_request.md
文件 .github/pull_request_template.md
目录 .github/workflows
文件 .github/workflows/test.yml
文件 .gitignore
文件 .pre-commit-config.yaml
文件 CHANGELOG.md
文件 CONTRIBUTING.md
文件 LICENSE
文件 README.md
目录 assets
文件 assets/README_zh.md
文件 assets/SCOPE_logo.png
目录 examples
文件 examples/basic_usage.py
文件 examples/custom_adapter.py
文件 examples/demo.py
文件 examples/quick_start.py
文件 examples/test_scope_deep.py
文件 examples/test_simple.py
文件 pyproject.toml
目录 scope
文件 scope/__init__.py
文件 scope/history_store.py
文件 scope/memory_optimizer.py
目录 scope/models
文件 scope/models/__init__.py
文件 scope/models/anthropic_adapter.py
文件 scope/models/base.py
文件 scope/models/litellm_adapter.py
文件 scope/models/openai_adapter.py
文件 scope/optimizer.py
文件 scope/prompts.py
文件 scope/strategic_store.py
文件 scope/synthesizer.py
文件 scope/utils.py
目录 tests
文件 tests/__init__.py
文件 tests/test_basic.py
文件 tests/test_integration.py
文件 tests/test_models.py
文件 tests/test_strategic_store.py
文件 tests/test_synthesizer.py

关键代码片段分析

scope/prompts.py

实现方法提取

与其他项目的对比