1 Star 0 Fork 0

ooeyusea/SWE-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
site_name: SWE-agent documentation
theme:
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
logo: assets/swe-agent.svg
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- scheme: default
primary: black
accent: deep orange
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
accent: deep orange
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.indexes
- content.action.edit
- navigation.footer
- content.code.copy
- content.footnote.tooltips
- header.autohide
- announce.dismiss
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.magiclink
- footnotes
- attr_list
- md_in_html
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Background:
- "background/index.md"
- "Overview": "background/overview.md"
- "ACI": "background/aci.md"
- Installation:
- "installation/index.md"
- "Use in-browser": "installation/codespaces.md"
- "Install from source": "installation/source.md"
- "Docker": "installation/docker.md"
- "API keys": "installation/keys.md"
- "Installation tips": "installation/tips.md"
- "Changelog": "installation/changelog.md"
- Usage:
- "usage/index.md"
- "Command line usage": "usage/cl_tutorial.md"
- "Using the web UI": "usage/web_ui.md"
- "Trajectories": "usage/trajectories.md"
- "Trajectory inspector": "usage/inspector.md"
- "FAQ": "usage/usage_faq.md"
- "Benchmarking": "usage/benchmarking.md"
- Configuration:
- "Config files": "config/config.md"
- "Command definitions": "config/commands.md"
- "Demonstrations": "config/demonstrations.md"
- "Environment variables": "config/env.md"
- "Docker images": "config/docker.md"
- Development:
- "Contribution guide": "dev/contribute.md"
- "Formatting conflicts": "dev/formatting_conflicts.md"
- Reference:
- "reference/index.md"
- "Agent": "reference/agent.md"
- "Models": "reference/models.md"
- "Environment": "reference/env.md"
- "Environment utils": "reference/env_utils.md"
- "FAQ": "faq.md"
plugins:
- glightbox
- search
- include-markdown
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [sweagent]
repo_url: https://github.com/princeton-nlp/SWE-agent
repo_name: princeton-nlp/SWE-agent
edit_uri: edit/main/docs/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ooeyusea/SWE-agent.git
git@gitee.com:ooeyusea/SWE-agent.git
ooeyusea
SWE-agent
SWE-agent
327-copy-patch-button-should-appear-next-to-patch-submission

搜索帮助