Tiny Agent: Production-Ready LLM Agent SDK for Every Developer
Stars
35
Forks
26
Watchers
35
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
126
commits
Update version to 0.1.20 and enhance MCP integration with support for log suppression during subprocess execution. Added documentation for MCP connection examples, progress tracking, and error handling best practices.
f29a2e6View on GitHubRefactor MCP integration in TinyAgent to simplify connection management and error handling. Removed complex health checks and reconnection logic, adopting a fail-fast approach with ephemeral sessions. Updated documentation and improved tool management for better clarity and performance.
5e4a015View on GitHubUpdate default value of enable_default_progress_callback to True in MCPServerConfig and TinyAgent for improved progress tracking.
53820d9View on GitHubIncrease default tool call timeout to 15 minutes, update MCP tool call methods to accept read timeout parameters, and ensure consistent timeout handling across TinyAgent and TinyCodeAgent.
f873191View on GitHubUpdate version to 0.1.19, replace legacy MCPClient with Agno-style MCP integration, and enhance TinyAgent to support multi-server management. Deprecated legacy components and improved tool handling for better performance and reliability.
c0af529View on GitHubUpdate local_execution default to True in TinyCodeAgent and enhance debug mode handling in ModalProvider
aa75998View on GitHubEnhance parameter handling by implementing deep copying for model_kwargs and other configurations to prevent mutation across agents.
ddd100dView on GitHub