Skip to content

Commit

Permalink
Merge pull request #264 from valory-xyz/feat/base-repo
Browse files Browse the repository at this point in the history
created base mech repo and removed all unnecessary deps
  • Loading branch information
0xArdi authored Nov 15, 2024
2 parents bae5b45 + 59be3e6 commit 911004c
Show file tree
Hide file tree
Showing 135 changed files with 108 additions and 22,994 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,4 @@ jobs:
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox,cli]==0.2.15
pip install --user --upgrade setuptools
- name: Tool unit tests
env:
OPENAI_SECRET_KEY: ${{ secrets.OPENAI_API_KEY }}
STABILITY_API_KEY: ${{ secrets.STABILITY_AI_KEY }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
GOOGLE_ENGINE_ID: ${{ vars.GOOGLE_ENGINE_ID }}
CLAUDE_API_KEY: ${{ secrets.CLAUDE_API_KEY }}
REPLICATE_API_KEY: ${{ secrets.REPLICATE_API_KEY }}
NEWS_API_KEY: ${{ secrets.NEWS_API_KEY }}
OPENROUTER_API_KEY: ${{ secrets.OPEN_ROUTER_API_KEY }}
GNOSIS_RPC_URL: ${{ secrets.GNOSIS_RPC_URL }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
run: |
printenv
tox -e check-tools
pip install --user --upgrade setuptools
1 change: 0 additions & 1 deletion mints/10.json

This file was deleted.

Binary file removed mints/10.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/11.json

This file was deleted.

Binary file removed mints/11.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/12.json

This file was deleted.

Binary file removed mints/12.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/13.json

This file was deleted.

Binary file removed mints/13.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/14.json

This file was deleted.

Binary file removed mints/14.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/15.json

This file was deleted.

Binary file removed mints/15.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/16.json

This file was deleted.

Binary file removed mints/16.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/17.json

This file was deleted.

Binary file removed mints/17.png
Binary file not shown.
1 change: 0 additions & 1 deletion mints/18.json

This file was deleted.

Binary file removed mints/18.png
Binary file not shown.
13 changes: 1 addition & 12 deletions mints/mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ token_id-"component_id"
84-"skill/valory/task_execution_abci/0.1.0"
85-"skill/valory/mech_abci/0.1.0"
168-"custom/valory/openai_request/0.1.0"
169-"custom/psouranis/optimization_by_prompting/0.1.0"
170-"custom/valory/prediction_request/0.1.0"
171-"custom/valory/prediction_request_claude/0.1.0"
172-"custom/valory/prediction_request_embedding/0.1.0"
173-"custom/nickcom007/prediction_request_sme/0.1.0"
174-"custom/jhehemann/prediction_sum_url_content/0.1.0"
175-"custom/nickcom007/sme_generation_request/0.1.0"
176-"custom/valory/stability_ai_request/0.1.0"
181-"custom/polywrap/prediction_with_research_report/0.1.0"
186-"custom/valory/resolve_market/0.1.0"
TBD-"custom/napthaai/prediction_request_rag/0.1.0"
TBD-"custom/napthaai/resolve_market_reasoning/0.1.0"

---
token_id-"agent_id"
9-"agent/valory/mech/0.1.0"
Expand Down
6 changes: 1 addition & 5 deletions mints/whitelist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
contract/valory/agent_registry/0.1.0
custom/napthaai/prediction_request_rag/0.1.0
custom/napthaai/prediction_request_reasoning/0.1.0
custom/napthaai/resolve_market_reasoning/0.1.0
custom/polywrap/prediction_with_research_report/0.1.0
contract/valory/agent_registry/0.1.0
19 changes: 0 additions & 19 deletions packages/dvilela/customs/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions packages/dvilela/customs/corcel_request/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions packages/dvilela/customs/corcel_request/component.yaml

This file was deleted.

180 changes: 0 additions & 180 deletions packages/dvilela/customs/corcel_request/corcel_request.py

This file was deleted.

20 changes: 0 additions & 20 deletions packages/dvilela/customs/gemini_prediction/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions packages/dvilela/customs/gemini_prediction/component.yaml

This file was deleted.

Loading

0 comments on commit 911004c

Please sign in to comment.