universal-tool-core 0.2.8

DEPRECATED: Use agentic-tools-* crates and agentic-mcp instead. Core runtime library for Universal Tool Framework.
Documentation
# CLAUDE.md - universal-tool-core

<!-- BEGIN:xtask:autogen header -->
- Crate: universal-tool-core
- Path: crates/legacy/universal-tool-core/
- Role: legacy
- Family: legacy
- Integrations: mcp=false, logging=false, napi=false
<!-- END:xtask:autogen -->

## Overview

Briefly describe the purpose of this crate and how to use it.

## Quick Commands

<!-- BEGIN:xtask:autogen commands -->
```bash
# Lint & Clippy
cargo fmt -p universal-tool-core -- --check
cargo clippy -p universal-tool-core --all-targets -- -D warnings

# Tests
cargo test -p universal-tool-core

# Build
cargo build -p universal-tool-core
```
<!-- END:xtask:autogen -->

## Notes

Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.