-
Notifications
You must be signed in to change notification settings - Fork 4
Add geothermal electricity extraction support #400
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
93415ce
Add geothermal extraction integration artifacts
bpulluta d9e868d
Add COMPASS workflow skills
bpulluta 54b8d29
Added one-shot skills
bpulluta a71447f
update one-shot SKILL.md structure and trigger contracts
bpulluta 74495a6
Initial plan (#398)
Copilot 81fcbff
Fix skills documentation: correct paths, caching behavior, and tab fo…
Copilot 1b8571f
renamed skills and fixed minor comments
bpulluta bc1a516
Merge branch 'feature/skills-pr' into feature/geothermal-extraction-pr
bpulluta 61f9b2e
fix URL space encoding and anchor text scoring in website crawl retri…
bpulluta bac918c
remove testing skills
bpulluta dab97ff
fixed schema
bpulluta c6eb335
Refactor URL sanitization: shared helper, space-only encoding, robust…
Copilot 93ad791
Bump release-drafter/release-drafter from 7.0.0 to 7.1.1 (#402)
dependabot[bot] a0fbd55
Add One-Shot Skills Reliability and Guardrails (#397)
bpulluta 56fe389
updated schema, added cli overwrite option, and added optional post p…
bpulluta 87e72d3
fix ruff error in components.py
bpulluta eaaab54
ruff check on components.py
bpulluta ca3aaac
fix ruff errors in process.py
bpulluta 7ea2627
ruff check on updated files
bpulluta 197a98c
Bump codecov/codecov-action from 5 to 6 (#403)
dependabot[bot] 633ecdf
Merge remote-tracking branch 'origin/main' into feature/geothermal-ex…
ppinchuk a9c8929
Update tox file
ppinchuk 314af43
Update tox file
ppinchuk c4f335b
Merge branch 'main' into feature/geothermal-extraction-pr
bpulluta e325f0a
resolved pending comments in PR400. Cleaned up logic.
bpulluta d766e45
fix: Wrapped long docstring lines for ruff
bpulluta a8ba59c
updated YAML
bpulluta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
170 changes: 170 additions & 0 deletions
170
compass/extraction/geothermal_electricity/geothermal_plugin_config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,170 @@ | ||
| schema: ./geothermal_schema.json | ||
|
|
||
| data_type_short_desc: utility-scale geothermal electricity ordinance | ||
|
|
||
| cache_llm_generated_content: true | ||
|
|
||
| query_templates: | ||
| - "filetype:pdf {jurisdiction} geothermal power plant ordinance" | ||
| - "geothermal electricity generation ordinance {jurisdiction}" | ||
| - "{jurisdiction} geothermal energy facility zoning ordinance" | ||
| - "{jurisdiction} geothermal power plant land use code" | ||
| - "{jurisdiction} geothermal code of ordinances" | ||
| - "{jurisdiction} geothermal conditional use permit" | ||
| - "{jurisdiction} geothermal special use permit" | ||
|
bpulluta marked this conversation as resolved.
Outdated
|
||
| - "{jurisdiction} geothermal drilling permit regulations" | ||
| - "{jurisdiction} geothermal resource development statute" | ||
| - "Where can I find the legal text for geothermal power plant zoning ordinances in {jurisdiction}?" | ||
| - "What is the specific legal information regarding zoning ordinances for geothermal electricity generation facilities in {jurisdiction}?" | ||
|
bpulluta marked this conversation as resolved.
Outdated
|
||
|
|
||
| website_keywords: | ||
| pdf: 92160 | ||
| geothermal: 46080 | ||
| ordinance: 23040 | ||
| zoning: 11520 | ||
| regulation: 5760 | ||
| code: 2880 | ||
| power: 1440 | ||
| electricity: 1440 | ||
| planning: 720 | ||
| permit: 720 | ||
| land use: 720 | ||
| municipal: 720 | ||
| county: 360 | ||
| ordinance code: 360 | ||
| code of ordinances: 360 | ||
| land use code: 360 | ||
| use table: 360 | ||
| chapter: 180 | ||
| article: 180 | ||
| title: 180 | ||
| statute: 180 | ||
| administrative code: 180 | ||
| conditional use permit: 180 | ||
| special use permit: 180 | ||
| drilling permit: 180 | ||
| resource development: 180 | ||
| government: 180 | ||
|
|
||
| heuristic_keywords: | ||
| good_tech_keywords: | ||
| - "wellfield" | ||
| - "well field" | ||
| - "production well" | ||
| - "geothermal exploration" | ||
| - "geothermal generating" | ||
| - "geothermal generation" | ||
| - "geothermal power" | ||
| - "geothermal production" | ||
| - "geothermal project" | ||
| - "geothermal overlay zone" | ||
| - "geothermal power plant" | ||
| - "geothermal facility" | ||
| - "geothermal electric" | ||
| - "geothermal energy facility" | ||
| - "steam turbine" | ||
| - "binary cycle" | ||
| - "flash steam" | ||
| - "dry steam" | ||
| - "enhanced geothermal" | ||
| - "reservoir temperature" | ||
| - "brine" | ||
| - "reinjection well" | ||
| - "production zone" | ||
| - "geothermal resource" | ||
| - "geothermal production project" | ||
| - "geothermal drilling" | ||
| - "exploratory well" | ||
| - "injection well" | ||
| - "geothermal lease" | ||
| - "drilling permit" | ||
| - "plan of utilization" | ||
| - "known geothermal resource" | ||
| - "geothermal development" | ||
| - "geothermal well" | ||
| - "geothermal reservoir" | ||
| - "geothermal permit" | ||
| - "geothermal ordinance" | ||
| - "geothermal zoning" | ||
| - "code of ordinances" | ||
| - "land use code" | ||
| - "use table" | ||
| - "zoning ordinance" | ||
| - "special use permit" | ||
| - "conditional use permit" | ||
|
bpulluta marked this conversation as resolved.
Outdated
|
||
| good_tech_acronyms: | ||
| - "egs" | ||
| - "kgra" | ||
| good_tech_phrases: | ||
| - "geothermal power plant" | ||
| - "geothermal electricity generation" | ||
| - "geothermal energy facility" | ||
| - "geothermal resource development" | ||
| - "known geothermal resource area" | ||
| - "binary cycle" | ||
| - "flash steam" | ||
| - "dry steam" | ||
| - "steam turbine" | ||
| - "plan of utilization" | ||
| - "land use code" | ||
| - "code of ordinances" | ||
| - "zoning ordinance" | ||
| - "special use permit" | ||
| - "conditional use permit" | ||
| not_tech_words: | ||
| - "geothermal heat pump" | ||
| - "ground source heat pump" | ||
| - "ground-source heat pump" | ||
| - "ghp" | ||
| - "ground heat pump" | ||
| - "gshp" | ||
| - "ground-coupled heat pump" | ||
| - "ground coupled heat pump" | ||
| - "earth-coupled heat pump" | ||
| - "earth-source heat pump" | ||
| - "geoexchange" | ||
| - "geo-exchange" | ||
| - "closed loop" | ||
| - "closed-loop" | ||
| - "open loop" | ||
| - "vertical loop" | ||
| - "horizontal loop" | ||
| - "heating and cooling" | ||
| - "hvac" | ||
| - "space heating" | ||
| - "water heating" | ||
| - "direct use" | ||
| - "direct-use" | ||
| - "district heating" | ||
| - "greenhouse heating" | ||
| - "residential geothermal" | ||
| - "accessory use" | ||
| - "energy star" | ||
| - "solar panel" | ||
| - "solar array" | ||
| - "solar farm" | ||
| - "solar energy system" | ||
| - "solar energy facility" | ||
| - "photovoltaic" | ||
| - "net metering" | ||
| - "solar collector" | ||
| - "solar ordinance" | ||
| - "wind energy" | ||
| - "wind farm" | ||
| - "wind turbine" | ||
| - "wind energy system" | ||
| - "wind energy facility" | ||
| - "wind energy conversion" | ||
| - "wind ordinance" | ||
| - "anemometer tower" | ||
| - "meteorological tower" | ||
| - "rotor diameter" | ||
| - "tip height" | ||
| - "nacelle" | ||
| - "battery storage" | ||
| - "energy storage system" | ||
| - "hydroelectric" | ||
| - "biomass" | ||
| - "cannabis" | ||
| - "cannabis cultivation" | ||
| - "commercial cannabis" | ||
|
bpulluta marked this conversation as resolved.
Outdated
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.