Metadata-Version: 2.4
Name: kollabor-agent
Version: 0.4.22
Summary: Agent execution toolkit - tool execution, MCP integration, file operations, and shell commands
License: MIT
Requires-Python: >=3.12
Requires-Dist: kollabor-config>=0.4.22
Requires-Dist: kollabor-events>=0.4.22
Description-Content-Type: text/markdown

# kollabor-agent

Agent execution toolkit - tool execution, MCP integration, file operations, and shell commands.

## Install

```bash
pip install kollabor-agent
```

## Components

- **ToolExecutor** - orchestrates tool execution (MCP, file ops, shell)
- **FileOperationsExecutor** - file CRUD operations (edit, create, delete, move, copy, grep)
- **MCPIntegration** - Model Context Protocol server discovery and tool calling
- **ShellCommandService** - interactive shell command execution
- **ShellExecutor** - low-level async shell command runner
