fix(agent): parse tool-call alias tags in channel runtime
This commit is contained in:
parent
c6d068a371
commit
4243d8ec86
4 changed files with 133 additions and 6 deletions
|
|
@ -27,7 +27,9 @@ pub mod rpi;
|
|||
pub use traits::Peripheral;
|
||||
|
||||
use crate::config::{Config, PeripheralBoardConfig, PeripheralsConfig};
|
||||
use crate::tools::{HardwareMemoryMapTool, Tool};
|
||||
#[cfg(feature = "hardware")]
|
||||
use crate::tools::HardwareMemoryMapTool;
|
||||
use crate::tools::Tool;
|
||||
use anyhow::Result;
|
||||
|
||||
/// List configured boards from config (no connection yet).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue