Feat: structure scoring per politician#3
Open
positonic wants to merge 4 commits into
Open
Conversation
| ).then((r) => r.text()), | ||
| scoringRubric: await fetch( | ||
| `${contentURL}/${name}/modelspec/scoring-rubric.md` | ||
| ).then((r) => r.text()), |
| 42161-867-0xd089724cd73c932413bce5c797aee7d2fbcd1ad282f24cff790977e77908fdca,Treegens DAO,0.1800 | ||
| 42161-867-0x5a35dc4ee0fd8cf69eb9f227b626c0c0c093c3efc5a6f1b518a3792d5e8b721860,ÆRTH - Planetary AI,0.0800 | ||
| 42161-867-0xe573019b9f23a496663f5944a83c8acdc99792bfc5f5ad603ee8f6cb0f46f9fe,Hydrapad,0.2300 | ||
| 42161-865-0x9119659eb8173b32bb4423f83702ee30c1e1db49ae0c07b00263bf3ea7f4d4ef,Deep Funding,0.1300 No newline at end of file |
Contributor
There was a problem hiding this comment.
can we remove these three credit-assignment-... files for this PR?
|
|
||
| --- Project B --- | ||
| ${JSON.stringify(projectBData, null, 2)} | ||
| `; |
Contributor
There was a problem hiding this comment.
Should the agent constitution be added to the prompt? Right now it's calling the same prompt 3 times but still stores them for each agent name.
Contributor
|
Nicely done, great work @positonic! Added some comments |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the file structure to be used in order to give each politician a scoring rubric.
This code fetches the scoring-rubric configuration for each politician from deepgov-gg23, and allows us to use it to process data when creating a review...