diff --git a/packages/gnosis/customs/omen_tools/component.yaml b/packages/gnosis/customs/omen_tools/component.yaml index 0e362732..734ea8ab 100644 --- a/packages/gnosis/customs/omen_tools/component.yaml +++ b/packages/gnosis/customs/omen_tools/component.yaml @@ -2,12 +2,13 @@ name: omen_tools author: gnosis version: 0.1.0 type: custom -description: Collection of tools to prepare requests for interacting with prediction markets on Omen. +description: Collection of tools to prepare requests for interacting with prediction + markets on Omen. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: __init__.py: bafybeibbn67pnrrm4qm3n3kbelvbs3v7fjlrjniywmw2vbizarippidtvi - prediction_sum_url_content.py: bafybeieywowx265yycgf5735bw4zyabfy6ivwnntl6smxa2hicktipgeby + omen_buy_sell.py: bafybeid3zaursxt2nkm2u7x7u4wlodg2ulzlieu5xxsfxjyxzi3vbcezdm fingerprint_ignore_patterns: [] entry_point: omen_buy_sell.py callable: run @@ -26,4 +27,4 @@ dependencies: langchain_community: version: ==0.2.1 openai: - version: ==1.30.2 \ No newline at end of file + version: ==1.30.2 diff --git a/packages/packages.json b/packages/packages.json index f89b9505..f90107ea 100644 --- a/packages/packages.json +++ b/packages/packages.json @@ -26,12 +26,9 @@ "custom/nickcom007/prediction_request_sme_lite/0.1.0": "bafybeidhuikn322h7oxgl5n2t5lvcl2dmv7cbmnes5tomabuucg6a42zkm", "custom/napthaai/prediction_request_reasoning_lite/0.1.0": "bafybeigxs5tq4w7ouamwlvv7vjw3z3jeercynsuka4mcpveshopvej4cyu", "custom/valory/prediction_langchain/0.1.0": "bafybeihhii7veepp6ovkmqjnkp6euhkwm52obabgdltdj34ikisfd7yvqi", -<<<<<<< HEAD - "custom/victorpolisetty/dalle_request/0.1.0": "bafybeia6ks6hnjebnki23y7r426srvz4ab2d76z5o44wpdjhenxhkjl5ua", -======= "custom/victorpolisetty/gemini_request/0.1.0": "bafybeig5x6b5jtanet2q5sk7er7fdzpippbvh4q5p7uxmxpriq66omjnaq", "custom/gnosis/omen_tools/0.1.0": "bafybeifxrawgu6m3dgsxvj7jrhxzr5gwi3zjk2m4gltkr5w3hxjjbla6nu", ->>>>>>> main + "custom/victorpolisetty/dalle_request/0.1.0": "bafybeicgjdvgamkgjebdrowrxdil3aghsbcm7epup6aqidikvjpmvomn6q", "protocol/valory/acn_data_share/0.1.0": "bafybeih5ydonnvrwvy2ygfqgfabkr47s4yw3uqxztmwyfprulwfsoe7ipq", "protocol/valory/websocket_client/0.1.0": "bafybeifjk254sy65rna2k32kynzenutujwqndap2r222afvr3zezi27mx4", "contract/valory/agent_mech/0.1.0": "bafybeiah6b5epo2hlvzg5rr2cydgpp2waausoyrpnoarf7oa7bw33rex34", diff --git a/packages/valory/services/mech/service.yaml b/packages/valory/services/mech/service.yaml index 9020873e..ee3ddee3 100644 --- a/packages/valory/services/mech/service.yaml +++ b/packages/valory/services/mech/service.yaml @@ -7,7 +7,7 @@ license: Apache-2.0 fingerprint: README.md: bafybeif7ia4jdlazy6745ke2k2x5yoqlwsgwr6sbztbgqtwvs3ndm2p7ba fingerprint_ignore_patterns: [] -agent: valory/mech:0.1.0:bafybeid2hlmwtoze3xhhqqayisdg6xzxzgf42zw7hccdaszur7qfgp5vu4 +agent: valory/mech:0.1.0:bafybeih2oex4yt4mmiyarp2ivkqqfscoavyb7metchciiqmqdmv7lhyutq number_of_agents: 4 deployment: agent: diff --git a/packages/victorpolisetty/customs/dalle_request/component.yaml b/packages/victorpolisetty/customs/dalle_request/component.yaml index 8910480a..f2424cee 100644 --- a/packages/victorpolisetty/customs/dalle_request/component.yaml +++ b/packages/victorpolisetty/customs/dalle_request/component.yaml @@ -7,7 +7,7 @@ license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: __init__.py: bafybeicokooiqnmkldoi5tx6zv6svtjoak5ghj5o3vsi4iliq2pvqaa6uy - dalle_request.py: bafybeighmjmgrxkc65k2rh2nbclek3aorviuuye62gvtrmoocmrur475ri + dalle_request.py: bafybeicagzzicf7o6u6iotbvxfacdvntn5bpa4fptmst2iakjwaz7os2ry fingerprint_ignore_patterns: [] entry_point: dalle_request.py callable: run