| Crates.io | riglr-core |
| lib.rs | riglr-core |
| version | 0.3.0 |
| created_at | 2025-09-10 18:17:59.197386+00 |
| updated_at | 2025-09-10 18:17:59.197386+00 |
| description | Core abstractions and job execution engine for riglr - building resilient AI agents. |
| homepage | |
| repository | https://github.com/riglr/riglr |
| max_upload_size | |
| id | 1832834 |
| size | 553,781 |
The foundational crate for the riglr ecosystem, providing core abstractions for multi-chain tool orchestration and execution within the rig framework.
riglr-core is designed as a chain-agnostic foundation layer that provides pure abstractions for multi-chain tool orchestration. This crate contains no concrete blockchain implementations or SDK dependencies, ensuring clean separation of concerns.
Add riglr-core to your Cargo.toml:
[dependencies]
riglr-core = "0.1.0"
riglr-config = "0.1.0"
For comprehensive documentation, architecture patterns, and security guidance, see: docs/src/concepts/architecture/core-patterns.md
The documentation covers:
riglr-solana-tools for LocalSolanaSigner and Solana-specific toolsriglr-evm-tools for LocalEvmSigner and EVM-specific toolsLicensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)