Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Nov 15, 2024
1 parent 8e5ec59 commit e4a772f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def some_method(some_arg: Type) -> ReturnType:

### Agent development

You can find several general recommendations in the **Considerations to Develop FSM Apps** section in our documentation [here](https://docs.autonolas.network/open-autonomy/key_concepts/fsm_app_introduction/).
You can find several general recommendations in the **Considerations to Develop FSM Apps** section in our documentation [here](https://open-autonomy.docs.autonolas.tech/open-autonomy/key_concepts/fsm_app_introduction/).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# IEKit
An toolkit for autonomous services implementing a decentralized Impact Evaluator built with the [Open Autonomy](https://docs.autonolas.network/open-autonomy/) framework.
An toolkit for autonomous services implementing a decentralized Impact Evaluator built with the [Open Autonomy](https://open-autonomy.docs.autonolas.tech/open-autonomy/) framework.

The demo service for the IEKit tracks mentions of [@autonolas](https://twitter.com/autonolas) on Twitter, assigns scores to them and writes those scores to a [Ceramic](https://ceramic.network/) stream.

## Running a demo service

To learn how to run a demo service based on the IEKit, read the [IEKit technical docs](https://docs.autonolas.network/product/iekit/).
To learn how to run a demo service based on the IEKit, read the [IEKit technical docs](https://open-autonomy.docs.autonolas.tech/product/iekit/).

## For Developers

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![IEKit](images/iekit.svg){ align=left }
The Impact Evaluator Kit (IEKit) is an enhanced version of the [CoordinationKit](https://docs.autonolas.network/product/coordinationkit/), which leverages [Ceramic streams](https://developers.ceramic.network/docs/advanced/standards/stream-programs/) to automate the tracking and rewarding of users' contributions on the ecosystem. We provide a demo agent service based on the IEKit which is designed to track contributions in the form of Twitter mentions of the Autonolas DAO ([@autonolas](https://twitter.com/autonolas)). Generic scores can be also read from a [Ceramic stream](https://developers.ceramic.network/docs/advanced/standards/stream-programs/). The demo service implements three main features:
The Impact Evaluator Kit (IEKit) is an enhanced version of the [CoordinationKit](https://open-autonomy.docs.autonolas.tech/product/coordinationkit/), which leverages [Ceramic streams](https://developers.ceramic.network/docs/advanced/standards/stream-programs/) to automate the tracking and rewarding of users' contributions on the ecosystem. We provide a demo agent service based on the IEKit which is designed to track contributions in the form of Twitter mentions of the Autonolas DAO ([@autonolas](https://twitter.com/autonolas)). Generic scores can be also read from a [Ceramic stream](https://developers.ceramic.network/docs/advanced/standards/stream-programs/). The demo service implements three main features:

1. **Monitor for new users' registrations.** Reads registered users both from tweets that contain the `#olas` hashtag and also from a [Ceramic stream](https://developers.ceramic.network/docs/advanced/standards/stream-programs/) that contains user data like discord ids and wallet addresses.

Expand All @@ -18,7 +18,7 @@ The service demonstrates the applicability of the IEKit to build a particular us

In order to run a local demo service based on the IEKit:

1. [Set up your system](https://docs.autonolas.network/open-autonomy/guides/set_up/) to work with the Open Autonomy framework. We recommend that you use these commands:
1. [Set up your system](https://open-autonomy.docs.autonolas.tech/open-autonomy/guides/set_up/) to work with the Open Autonomy framework. We recommend that you use these commands:

```bash
mkdir your_workspace && cd your_workspace
Expand Down
16 changes: 8 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: product/iekit #Required format to work with monorepo including a specific route in the address.
site_url: https://docs.autonolas.network/product/iekit/
site_url: https://open-autonomy.docs.autonolas.tech/product/iekit/
site_description: Autonolas ContributionKit developer documentation
repo_url: https://github.com/valory-xyz/contribution-service
site_author: developer@valory.xyz
edit_uri: ""
copyright: Copyright © 2021 - 2023 Valory AG
copyright: Copyright © 2021 - 2023 Valory AG


strict: true
Expand All @@ -14,10 +14,10 @@ theme:
name: 'material'
language: en
favicon: images/favicon.ico
logo: images/logo.svg
logo: images/logo.svg
icon:
admonition:
abstract: material/book-open-variant
abstract: material/book-open-variant
features:
- navigation.indexes
- navigation.top
Expand All @@ -36,7 +36,7 @@ extra_css:


nav:
- IEKit: 'index.md'
- IEKit: 'index.md'


plugins:
Expand Down Expand Up @@ -65,7 +65,7 @@ markdown_extensions:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- def_list
- def_list
- md_in_html
- toc:
title: On this page
Expand All @@ -78,11 +78,11 @@ extra:
open_aea_api: '[Open AEA API](https://open-aea.docs.autonolas.tech/api)'
fsm_app: 'FSM App'
open_autonomy: '[Open Autonomy](https://github.com/valory-xyz/open-autonomy)'
open_autonomy_api: '[Open Autonomy API](https://docs.autonolas.network)'
open_autonomy_api: '[Open Autonomy API](https://open-autonomy.docs.autonolas.tech)'
open_aea_repository: '[Open AEA repository](https://github.com/valory-xyz/open-aea)'
open_autonomy_repository: '[Open Autonomy repository](https://github.com/valory-xyz/open-autonomy)'
autonolas_whitepaper: '[Autonolas Whitepaper](https://www.autonolas.network/documents/whitepaper/Whitepaper%20v1.0.pdf)'
autonolas_protocol: '[Autonolas Protocol](https://docs.autonolas.network/protocol)'
autonolas_protocol: '[Autonolas Protocol](https://open-autonomy.docs.autonolas.tech/protocol)'
autonolas_protocol_registry_dapp_link: 'https://registry.olas.network'
autonolas_protocol_registry_dapp: '[Autonolas Protocol web app](https://registry.olas.network)'
autonolas_protocol_tokenomics_dapp: '[Autonolas Tokenomics web app](https://tokenomics.olas.network)'
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/skills/farcaster_test_abci/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


# Here we define how the transition between the FSMs should happen
# more information here: https://docs.autonolas.network/fsm_app_introduction/#composition-of-fsm-apps
# more information here: https://open-autonomy.docs.autonolas.tech/fsm_app_introduction/#composition-of-fsm-apps
abci_app_transition_mapping: AbciAppTransitionMapping = {
RegistrationAbci.FinishedRegistrationRound: FarcasterWriteAbci.RandomnessFarcasterRound,
FarcasterWriteAbci.FinishedFarcasterWriteRound: ResetAndPauseAbci.ResetAndPauseRound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


# Here we define how the transition between the FSMs should happen
# more information here: https://docs.autonolas.network/open-autonomy/key_concepts/fsm_app_introduction/?h=composition#composition-of-fsm-apps
# more information here: https://open-autonomy.docs.autonolas.tech/open-autonomy/key_concepts/fsm_app_introduction/?h=composition#composition-of-fsm-apps
abci_app_transition_mapping: AbciAppTransitionMapping = {
RegistrationAbci.FinishedRegistrationRound: DecisionMakingAbci.DecisionMakingRound,
DecisionMakingAbci.FinishedDecisionMakingReadCentaursRound: CeramicReadAbci.StreamReadRound,
Expand Down

0 comments on commit e4a772f

Please sign in to comment.