feat(grid-agent): add generic LLM tool loop (#119)
This commit is contained in:
@@ -2,9 +2,10 @@ use std::collections::BTreeSet;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
const ALLOWED_DEPENDENCIES: [&str; 6] = [
|
||||
const ALLOWED_DEPENDENCIES: [&str; 7] = [
|
||||
"libremetaverse",
|
||||
"libremetaverse-types",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
|
||||
Reference in New Issue
Block a user