Agentic compiler for software engineering — transforms natural-language specs into structured blueprints (requirements, data models, APIs, auth, frontend) for AI coding agents like Cursor, Claude Code & Codex. Multi-provider (OpenAI, Anthropic, Google), Zod-typed tools, subagent orchestration & MCP
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^0.32.0^1.0.0^1.26.0^4.7.8^4.0.0^9.6.0^13.0.0^4.1.8^9.39.2^2.0.0^7.2.0^25.2.0^9.16.0^10.1.8^5.5.5^9.1.7^16.2.7^3.8.1^8.3.5^5.7.2^8.18.0^4.0.1866
commits
Update README to include a closing note from the CompilersLab team
478b18bView on GitHubAdd new cursor rules and configuration files for agentic workflows
45a464fView on GitHubAdd .npmrc to resolve peer dependency conflict with zod
d59860cView on GitHubRefactor model providers to use official SDKs and improve type safety
1f0047cView on GitHubEnhance agent functionality with new tools and context management
b7547c2View on GitHubAdd full pipeline agent to orchestrate end-to-end tool execution
a800794View on GitHubEnhance API design orchestrator and prompts to enforce mandatory tool usage and non-empty endpoints. Update schema validation to ensure at least one endpoint or GraphQL operation is included. Increase max output tokens for design API tool to improve response capacity.
2f7855aView on GitHubRefactor builder agents to support optional scaffolding. Introduce `disableScaffold` configuration in Apollo, Express, and React builders to conditionally exclude scaffold tools. Update orchestrator prompts to reflect this new option, enhancing flexibility for users in MCP mode.
a7f2c3cView on GitHubAdd permissions to release workflow for write access to contents
462342bView on GitHubRevise README to clarify MCP server functionality and installation steps. Update flowchart to reflect new agent interaction model and enhance user guidance for integrating sweagent with various IDEs. Improve overall structure and readability of setup instructions.
55169d1View on GitHubEnhance MCP server with step logging functionality. Update handler signatures to support step callbacks, allowing for detailed logging of agent tool execution steps. This improves debugging and monitoring capabilities during agent operations.
e96c23cView on GitHubUpdate package.json and tsup.config.ts to use new stdio entry point for MCP server. Enhance README with MCP server section, including setup instructions and tool descriptions for improved user guidance.
fc94dd8View on GitHub