Docs.rs
swarm-engine-eval-0.1.3
swarm-engine-eval 0.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ynishi
Dependencies
serde ^1.0
normal
serde_json ^1.0
normal
swarm-engine-core ^0.1.3
normal
swarm-engine-llm ^0.1.3
normal
tempfile ^3.0
normal
thiserror ^2.0
normal
tokio ^1
normal
toml ^0.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
dev
Versions
91.43%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module code
swarm_
engine_
eval
0.1.3
Module code
Sections
アクション
設計
Module Items
Structs
In swarm_
engine_
eval::
environments
swarm_engine_eval
::
environments
Module
code
Copy item path
Source
Expand description
CodeEnvironment - コード探索環境
仮想的なコードベースを探索するシミュレーション環境。
§
アクション
Grep
: パターンにマッチするファイルを検索
Read
: ファイル内容を読み取り
Done
: タスク完了を宣言
§
設計
仮想ファイルシステム(HashMap<path, content>)
Grep でファイルを探索、Read で内容確認
目標ファイルを Read したら成功
Structs
§
Code
Environment
コード探索環境