mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 12:04:15 +00:00
refactor: scope workspace package names
This commit is contained in:
parent
f5e7ec943c
commit
1246e374a8
7 changed files with 16 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
use sandbox_daemon::agents::{AgentId, AgentManager, InstallOptions, SpawnOptions};
|
||||
use sandbox_daemon::credentials::{extract_all_credentials, CredentialExtractionOptions};
|
||||
use sandbox_daemon_core::agents::{AgentId, AgentManager, InstallOptions, SpawnOptions};
|
||||
use sandbox_daemon_core::credentials::{extract_all_credentials, CredentialExtractionOptions};
|
||||
|
||||
fn build_env() -> HashMap<String, String> {
|
||||
let options = CredentialExtractionOptions::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue