agent-farm/ ├── src/agent_farm/ # Main Python package │ ├── main.py # Entry point, MCP server initialization │ ├── spec_engine.py # Spec Engine class (central component) │ ├── orgs.py # Organization ...
Abstract: We introduce Semantic Relational Types (SRT), an extension to the relational type system that enriches traditional SQL data types with semantic annotations. SRT provides LLMfriendly type ...
This is the official repository for the paper "MAC-SQL: A Multi-Agent Collaborative Framework for Text-to-SQL". Config your local environment. conda create -n macsql python=3.9 -y conda activate ...