mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 08:02:25 +00:00
skills
This commit is contained in:
parent
1246e374a8
commit
e6b19ed2b6
69 changed files with 6306 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ use std::path::Path;
|
|||
|
||||
fn main() {
|
||||
let out_dir = std::env::var("OUT_DIR").unwrap();
|
||||
let schema_dir = Path::new("../../dist");
|
||||
let schema_dir = Path::new("../../../resources/agent-schemas/dist");
|
||||
|
||||
let schemas = [
|
||||
("opencode", "opencode.json"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue