Expand description
Agents Library - Reusable agent implementations for scenarios
This library provides pre-compiled agent implementations that can be linked against scenario-specific code to speed up compilation.
This file is compiled once at startup into libagents.rlib and then
reused across all scenario compilations.
Re-exports§
pub use serde;pub use serde_json;
Modules§
- compression
- Compression agent for archive operations (ZIP, with extensibility for other formats)
- connections
- Shared connection types for agents.
- csv
- datetime
- DateTime agents for workflow execution
- extractors
- Connection extractors module
- file
- File agent for workspace file operations
- http
- HTTP agent for making web requests
- registry
- Agent registry using inventory-based dynamic dispatch
- sftp
- SFTP agent for file operations over SSH
- text
- Text agents for workflow execution
- transform
- Transform agents for workflow execution
- types
- Shared types used across agents
- utils
- Utility agents for workflow execution
- xml