{"id":30143147,"url":"https://github.com/juspay/grace","last_synced_at":"2026-02-09T06:04:40.985Z","repository":{"id":295775448,"uuid":"991142706","full_name":"juspay/grace","owner":"juspay","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-18T18:59:34.000Z","size":160,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T23:37:07.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juspay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-27T07:29:04.000Z","updated_at":"2025-07-18T18:59:39.000Z","dependencies_parsed_at":"2025-06-23T09:32:53.492Z","dependency_job_id":"5592cff9-52ff-4c57-b8d4-9adf7a560ba3","html_url":"https://github.com/juspay/grace","commit_stats":null,"previous_names":["manideepk90/grace","juspay/grace"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/juspay/grace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fgrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fgrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fgrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fgrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juspay","download_url":"https://codeload.github.com/juspay/grace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fgrace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269843702,"owners_count":24484116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-11T06:50:11.632Z","updated_at":"2025-11-11T18:07:20.887Z","avatar_url":"https://github.com/juspay.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grace CLI\n\nIntelligent research and technical specification generator using LangGraph workflows.\n\n## Features\n\n- **Techspec Workflow**: Automated connector code generation with validation and documentation\n- **LangGraph Integration**: State-based workflow orchestration with parallel processing\n- **Rich Output**: Multiple formats (Markdown, JSON, Text) with comprehensive metadata\n\n## Requirements\n\n- Python 3.9+ (Required for LangGraph compatibility)\n- uv or pip for package management\n\n## Installation\n\n### Using uv (Recommended)\n```bash\n# Install from source\ncd grace\nuv sync\n\n# Or install specific feature groups\nuv sync --extra dev --extra ai --extra scraping\n```\n\n### Using pip with uv\n```bash\n# Install in development mode\nuv pip install -e .\n\n# Or with optional dependencies\nuv pip install -e \".[dev,ai,scraping,nlp]\"\n```\n\n## Quick Start\n\n### Techspec Workflow\n```bash\n# Generate connector for a payment processor\nsource .venv/bin/activate # to use grace from outside folders as well\n# move the grace/.env.example to .env -\u003e and update Techspec output path and API keys if needed\n\ngrace techspec\n```\n\n## LangGraph Workflow Architecture\n\nworkflows use LangGraph for sophisticated state management and parallel processing:\n\n\n### Techspec Workflow States\n```\nAPI Analysis -\u003e Schema Extract -\u003e Code Generation\n                                       |\nFinalize Output \u003c- Generate Docs \u003c- Validate Code\n```\n\n## Usage Examples\n\n\n### Techspec Examples\n```bash\n# Payment processor connector\ngrace techspec adyen\n\ngrace techspec shopify --verbose\n```\n\n## Development\n\n### Setup\n```bash\ngit clone \u003crepository-url\u003e\ncd grace\nuv sync --extra dev\n```\n\n\n### Code Formatting\n```bash\nuv run black src/\nuv run mypy src/\n```\n\n## Troubleshooting\n\n### Dependency Resolution\nIf you get Python version conflicts:\n```bash\n# Check Python version\npython --version  # Should be 3.9+\n\n# Clear cache and reinstall\nuv cache clean\nuv sync\n```\n\n### Import Errors\nIf LangGraph imports fail:\n```bash\n# Install core dependencies\nuv add langgraph langchain langchain-core\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fgrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuspay%2Fgrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fgrace/lists"}