Skip to repository content54 lines · 1.3 KB · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:29:33.009Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
Cargo.toml
1[package]
2name = "eval_cli"
3version = "0.1.0"
4publish.workspace = true
5edition.workspace = true
6license = "GPL-3.0-or-later"
7
8[lints]
9workspace = true
10
11[[bin]]
12name = "eval-cli"
13path = "src/main.rs"
14
15[dependencies]
16acp_thread.workspace = true
17agent.workspace = true
18agent-client-protocol.workspace = true
19agent_ui.workspace = true
20anyhow.workspace = true
21clap.workspace = true
22client.workspace = true
23ctrlc = { version = "3.5", features = ["termination"] }
24db.workspace = true
25debug_adapter_extension.workspace = true
26env_logger.workspace = true
27extension.workspace = true
28feature_flags.workspace = true
29fs.workspace = true
30futures.workspace = true
31gpui.workspace = true
32gpui_platform.workspace = true
33gpui_tokio.workspace = true
34language.workspace = true
35language_extension.workspace = true
36language_model.workspace = true
37language_models.workspace = true
38languages = { workspace = true, features = ["load-grammars"] }
39node_runtime.workspace = true
40paths.workspace = true
41project.workspace = true
42prompt_store.workspace = true
43release_channel.workspace = true
44reqwest_client.workspace = true
45serde.workspace = true
46serde_json.workspace = true
47settings.workspace = true
48shellexpand.workspace = true
49terminal_view.workspace = true
50theme.workspace = true
51theme_settings.workspace = true
52util.workspace = true
53watch.workspace = true
54