Skip to repository content29 lines · 596 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T00:36:04.339Z 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 = "codestral"
3version = "0.1.0"
4edition = "2021"
5publish = false
6license = "GPL-3.0-or-later"
7
8[lib]
9path = "src/codestral.rs"
10
11[dependencies]
12anyhow.workspace = true
13edit_prediction_types.workspace = true
14edit_prediction.workspace = true
15futures.workspace = true
16gpui.workspace = true
17http_client.workspace = true
18icons.workspace = true
19language.workspace = true
20language_model.workspace = true
21log.workspace = true
22serde.workspace = true
23serde_json.workspace = true
24text.workspace = true
25zed_credentials_provider.workspace = true
26zeta_prompt.workspace = true
27
28[dev-dependencies]
29