-
Notifications
You must be signed in to change notification settings - Fork 0
Integrate harness.py functionality into codegen-on-oss package #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Event Handler with codebase snapshotting | ||
|
|
||
| This project is designed to using Modal snapshotting to provide parsed codebase instances with minimal latency, make it more manageable to write event based handlers. | ||
| This project is designed to using Modal snapshotting to provide parsed codebase instances with minimal latency, make it more manageable to write event based handlers. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. issue (typo): Grammatical error in sentence. Replace “designed to using” with “designed to use” or “designed for using.” Suggested implementation: The change updates the wording from "designed to using" to "designed to use" and also adjusts "make" to "making" for grammatical consistency. |
||
|
|
||
| Follow the instructions below to set up and deploy the application. | ||
|
|
||
|
|
@@ -9,7 +9,7 @@ Follow the instructions below to set up and deploy the application. | |
| Before you begin, ensure you have the following installed and configured: | ||
|
|
||
| 1. **uv**: A tool for managing virtual environments and syncing dependencies. | ||
| 2. **Modal**: Ensure you have Modal configured on your system. | ||
| 1. **Modal**: Ensure you have Modal configured on your system. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion List numbering inconsistency. The numbering of list items has been changed from sequential numbering to all items starting with "1." This creates confusion for readers. Either maintain sequential numbering (1, 2, 3) if these are steps in a single list, or use proper Markdown formatting with separate lists. 1. **uv**: A tool for managing virtual environments and syncing dependencies.
-1. **Modal**: Ensure you have Modal configured on your system.
+2. **Modal**: Ensure you have Modal configured on your system.
[...]
-1. **Sync Dependencies**
+2. **Sync Dependencies**
[...]
-1. **Deploy to Modal**
+3. **Deploy to Modal**Also applies to: 26-26, 34-34 🤖 Prompt for AI Agents (early access) |
||
|
|
||
| ## Setup Instructions | ||
|
|
||
|
|
@@ -23,15 +23,15 @@ Before you begin, ensure you have the following installed and configured: | |
| source ./venv/bin/activate | ||
| ``` | ||
|
|
||
| 2. **Sync Dependencies** | ||
| 1. **Sync Dependencies** | ||
|
|
||
| Sync the project dependencies using `uv`: | ||
|
|
||
| ```bash | ||
| uv sync | ||
| ``` | ||
|
|
||
| 3. **Deploy to Modal** | ||
| 1. **Deploy to Modal** | ||
|
|
||
| Deploy the application to Modal by running: | ||
|
|
||
|
|
@@ -48,7 +48,6 @@ Before you begin, ensure you have the following installed and configured: | |
| - `.env.template` and `.env`: Environment variable templates and configurations. | ||
| - `pyproject.toml`: Project configuration and dependencies. | ||
|
|
||
|
|
||
| ## Integration | ||
|
|
||
| Once deployed, you can use the deployed web_url as the webhook endpoint for your slack, linear, or github webhooks. | ||
| Once deployed, you can use the deployed web_url as the webhook endpoint for your slack, linear, or github webhooks. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Minor grammatical error.
Change “designed to using” to “designed to use.”