ATaC  by ATaC-team

Runtime for agent workflows and tool orchestration

Created 5 months ago
257 stars

Top 98.3% on SourcePulse

GitHubView on GitHub
Project Summary

ATaC provides a unified tool runtime for AI agent workflows, enabling agents to orchestrate and reuse assets through graph-based code. It targets developers building complex agent systems, offering a structured approach to manage tools and define reproducible agent execution paths, thereby accelerating development and enhancing maintainability.

How It Works

ATaC centralizes tool management by allowing registration of both local tools (defined via langchain_core.tools.tool) and remote MCP (Multi-Server MCP) tools (via langchain_mcp_adapters.client.MultiServerMCPClient) into a single AtacService instance. Agents can then define their workflows as executable graphs using langgraph, directly calling these registered tools. The runtime facilitates the execution of these compiled graph workflows, promoting the gradual development of reusable and maintainable agent logic.

Quick Start & Requirements

Highlighted Details

  • Unified registration for local and MCP-based agent tools.
  • Supports agent-authored graph workflows using langgraph.
  • Enables one-command execution of defined graph workflows.
  • Facilitates the creation of reusable and maintainable agent task logic.

Maintenance & Community

Active Continuous Integration is indicated by the CI status badge. No specific details regarding core contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README.

Licensing & Compatibility

The project is licensed under the MIT License, which is permissive for commercial use and integration into closed-source projects.

Limitations & Caveats

The provided documentation does not explicitly detail limitations. Integration with MCP tools requires a separate server setup. The example code suggests a specific project structure (myapp.bootstrap, myapp.graphs) which may represent a recommended pattern.

Health Check
Last Commit

2 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
13 stars in the last 30 days

Explore Similar Projects

Starred by Li Jiang Li Jiang(Coauthor of AutoGen; Engineer at Microsoft), Jared Palmer Jared Palmer(SVP at GitHub; Founder of Turborepo; Author of Formik, TSDX), and
1 more.

copilot-sdk by github

0.2%
9k
AI agentic workflow SDK for application integration
Created 5 months ago
Updated 13 hours ago
Starred by Lilian Weng Lilian Weng(Cofounder of Thinking Machines Lab), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
59 more.

AutoGPT by Significant-Gravitas

0.1%
185k
AI agent platform for building, deploying, and running autonomous workflows
Created 3 years ago
Updated 15 hours ago
Feedback? Help us improve.