Skip to content

Commit

Permalink
feat(docs): add version of packages (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Jul 18, 2024
1 parent f9158ce commit d75d7ef
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pages/concepts/ai-engine/ai-engine-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ Check our additional resources to better grasp the concepts and functioning of t
<Callout type="info" emoji="ℹ️">
Checkout the [AI Engine package ↗️](https://pypi.org/project/uagents-ai-engine/) to download it and start integrating your Agents with this tool!

Current version of the package is **0.4.0**.

If you wish to **register your Agents as Functions** on the Agentverse, have a look at the following [guide ↗️](/guides/agentverse/registering-agent-services). Also, if you developed your Agent **locally** and want to register it to be retrievable on DeltaV, here is a [guide ↗️](/guides/agents/running-locally) for you.
</Callout>
2 changes: 2 additions & 0 deletions pages/concepts/fetch-network/indexer/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ You can learn more on how to [run ↗️](https://academy.subquery.network/run_p

<Callout type="info" emoji="ℹ️">
Checkout our [GitHub repository ↗️](https://github.com/fetchai/ledger-subquery) to improve your knowledge on the Indexer. Also, do not forget to check the [Indexer references ↗️](/references#indexer) to further expand your understanding on the concepts surrounding the Indexer and its features.

Current version of the package is **0.14.0**.
</Callout>

<Callout type="warning" emoji="⚠️">
Expand Down
4 changes: 4 additions & 0 deletions pages/guides/agents/getting-started/whats-an-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ import { Callout } from 'nextra/components'

# Agents - uAgents Framework



## Introduction

The **uAgents Framework** is a lightweight library designed to facilitate the development of decentralized **Agents**. Agents in a multi-agent system can communicate with any, and all agents in the system to solve problems, execute tasks and transact.

<Callout type="info" emoji="ℹ️">
Head over to the [uagents package ↗️](https://pypi.org/project/uagents/) to download it and start developing your Agents!

Current version of the package is **0.14.0**.
</Callout>

![](src/images/concepts/ai-agents/Agents_interacting.svg)
Expand Down
2 changes: 2 additions & 0 deletions pages/guides/fetch-network/cosmpy/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ For more information on CosmPy, visit our dedicated [GitHub ↗️](https://gith

<Callout type="info" emoji="ℹ️">
If you wish to expand your knowledge on these topics, please visit our [GitHub repository ↗️](https://github.com/fetchai/cosmpy) for CosmPy and also checkout our dedicated [CosmPy guides ↗️](/guides#cosmpy) and [CosmPy references ↗️](/references#cosmpy-api) for information on CosmPy APIs.

Current package version is **0.9.2**.
</Callout>
6 changes: 5 additions & 1 deletion pages/guides/fetch-network/jenesis/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ If you want to correctly use Jenesis, installation requires:

## Installation

You can install Jenesis via [PyPI ↗️](https://pypi.org/project/jenesis/). MAke sure you satisfy the system requirements above provided, then, simply run:
You can install Jenesis via [PyPI ↗️](https://pypi.org/project/jenesis/).

Current package version is **0.7.1**.

Make sure you satisfy the system requirements above provided, then, simply run:

```
pip install jenesis
Expand Down

0 comments on commit d75d7ef

Please sign in to comment.