octopusagents

Your Route to Trench Wins

https://github.com/mauridb01/octopusagents

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Your Route to Trench Wins

Basic Info
  • Host: GitHub
  • Owner: mauridb01
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 3.12 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

OctopusAgents: AI Agent Framework

Twitter Follow

CA:FeQDURDJxsRg7jKezsUAEHwAtpiEXZn12eZNorEbpump

OctopusAgents is a library developed using Fetch.ai that allows for creating autonomous twitter agent in Python. With simple and expressive decorators, you can have an agent that performs various tasks on a schedule or takes action on various events.

⚡ Quickstart

Installation

Get started with OctopusAgents by installing it for Python 3.9 to 3.12:

pip install OctopusAgents

Running a Demo

Creating an Agent

Build your first OctopusAgent using the following script:

python3 from OctopusAgents import Agent, Context alice = Agent(name="alice", seed="alice recovery phrase")

Include a seed parameter when creating an agent to set fixed addresses, or leave it out to generate a new random address each time.

Giving it a task

Give it a simple task, such as a greeting:

```python3 @alice.oninterval(period=2.0) async def sayhello(ctx: Context): ctx.logger.info(f'hello, my name is {ctx.agent.name}')

if name == "main": alice.run() ```

Running the Agent

So far, your code should look like this:

```python3 from OctopusAgents import Agent, Context

alice = Agent(name="alice", seed="alice recovery phrase")

@alice.oninterval(period=2.0) async def sayhello(ctx: Context): ctx.logger.info(f'hello, my name is {ctx.agent.name}')

if name == "main": alice.run() ```

Run it using:

bash python agent.py

You should see the results in your terminal.

📖 Documentation

Please see the official documentation for full setup instructions and advanced features.

🌱 Examples

The examples folder contains several examples of how to create and run various types of agents.

🌲 Integrations

The integrations folder contains examples that provide a more in depth use of the OctopusAgents library.

Python Library

Go to the python folder for details on the Python OctopusAgents library.

✨ Contributing

All contributions are welcome! Remember, contribution includes not only code, but any help with docs or issues raised by other developers. See our contribution guidelines for more details.

📄 Development Guidelines

Read our development guidelines to learn some useful tips related to development.

❓ Issues, Questions, and Discussions

We use GitHub Issues for tracking requests and bugs, and GitHub Discussions for general questions and discussion.

🛡 Disclaimer

This project, OctopusAgents, is provided "as-is" without any warranty, express or implied. By using this software, you agree to assume all risks associated with its use, including but not limited to unexpected behavior, data loss, or any other issues that may arise. The developers and contributors of this project do not accept any responsibility or liability for any losses, damages, or other consequences that may occur as a result of using this software.

License

The OctopusAgents project is licensed under Apache License 2.0.

Owner

  • Name: Davide Mauri
  • Login: mauridb01
  • Kind: user
  • Location: San Francisco Bay Area
  • Company: Microsoft

Creating AI agents and agentic user experiences

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use uAgents in your research or project, please cite it as follows:"
title: μAgents Library
authors:
  - family-names: Fetch.ai
date-released: "2022-09-28"
url: "https://github.com/fetchai/uAgents"
license: "Apache-2.0"

GitHub Events

Total
  • Push event: 8
Last Year
  • Push event: 8

Dependencies

integrations/code-navigator/poetry.lock pypi
  • 128 dependencies
integrations/code-navigator/pyproject.toml pypi
  • pytest ^7.4.3 develop
  • chromadb ^0.4.24
  • gitpython ^3.1.42
  • langchain ^0.1.12
  • langchain-openai ^0.0.8
  • openai ^1.3.6
  • python >=3.10,<3.12
  • uagents ^0.11.0
  • uagents-ai-engine ^0.1.2
integrations/distilgpt2/poetry.lock pypi
  • aiohttp 3.8.4
  • aiosignal 1.3.1
  • apispec 6.3.0
  • asn1crypto 1.5.1
  • async-timeout 4.0.2
  • attrs 23.1.0
  • bech32 1.2.0
  • bip-utils 2.7.1
  • blspy 2.0.2
  • cachetools 5.3.1
  • cbor2 5.4.6
  • certifi 2023.5.7
  • cffi 1.15.1
  • charset-normalizer 3.2.0
  • click 8.1.5
  • coincurve 17.0.0
  • colorama 0.4.6
  • cosmpy 0.8.0
  • crcmod 1.7
  • dataclasses-json 0.5.14
  • ecdsa 0.18.0
  • ed25519-blake2b 1.4
  • frozenlist 1.4.0
  • google-api-core 2.11.1
  • google-api-python-client 2.93.0
  • google-auth 2.17.3
  • google-auth-httplib2 0.1.0
  • google-search-results 2.4.2
  • googleapis-common-protos 1.59.1
  • greenlet 2.0.2
  • grpcio 1.51.1
  • h11 0.14.0
  • httplib2 0.22.0
  • idna 3.4
  • jsonschema 4.18.3
  • jsonschema-specifications 2023.6.1
  • langchain 0.0.149
  • marshmallow 3.20.1
  • msgpack 1.0.5
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numexpr 2.8.5
  • numpy 1.25.2
  • openai 0.27.8
  • openapi-schema-pydantic 1.2.4
  • packaging 23.1
  • protobuf 4.23.4
  • py-sr25519-bindings 0.2.0
  • pyasn1 0.5.0
  • pyasn1-modules 0.3.0
  • pycparser 2.21
  • pycryptodome 3.18.0
  • pydantic 1.10.11
  • pynacl 1.5.0
  • pyparsing 3.1.0
  • python-dateutil 2.8.2
  • pyyaml 6.0.1
  • referencing 0.29.1
  • requests 2.31.0
  • rpds-py 0.8.10
  • rsa 4.9
  • six 1.16.0
  • sqlalchemy 2.0.20
  • tenacity 8.2.3
  • tqdm 4.66.1
  • typing-extensions 4.7.1
  • typing-inspect 0.9.0
  • uagents 0.5.1
  • uritemplate 4.1.1
  • urllib3 2.0.3
  • uvicorn 0.19.0
  • websockets 10.4
  • wheel 0.40.0
  • yarl 1.9.2
integrations/distilgpt2/pyproject.toml pypi
  • python >=3.10,<3.12
  • requests ^2.31.0
  • uagents *
integrations/fetch-ai-engine/poetry.lock pypi
  • aiohappyeyeballs 2.4.4
  • aiohttp 3.11.10
  • aiosignal 1.3.2
  • annotated-types 0.7.0
  • apispec 6.8.0
  • async-timeout 5.0.1
  • attrs 24.3.0
  • bech32 1.2.0
  • certifi 2024.12.14
  • charset-normalizer 3.4.0
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.2
  • ecdsa 0.19.0
  • frozenlist 1.5.0
  • googleapis-common-protos 1.66.0
  • grpcio 1.68.1
  • h11 0.14.0
  • idna 3.10
  • jsonschema 4.23.0
  • jsonschema-specifications 2024.10.1
  • msgpack 1.1.0
  • multidict 6.1.0
  • packaging 24.2
  • propcache 0.2.1
  • protobuf 4.25.5
  • pycryptodome 3.21.0
  • pydantic 2.8.2
  • pydantic-core 2.20.1
  • python-dateutil 2.9.0.post0
  • referencing 0.35.1
  • requests 2.32.3
  • rpds-py 0.22.3
  • six 1.17.0
  • typing-extensions 4.12.2
  • uagents 0.18.0
  • urllib3 2.2.3
  • uvicorn 0.30.6
  • websockets 10.4
  • yarl 1.18.3
integrations/fetch-ai-engine/pyproject.toml pypi
  • pydantic ~2.8
  • python >=3.9,<3.13
  • uagents ^0.18.0
integrations/fetchai-blockchain/poetry.lock pypi
  • aiohttp 3.9.5
  • aiosignal 1.3.1
  • apispec 6.6.0
  • async-timeout 4.0.3
  • attrs 23.2.0
  • bech32 1.2.0
  • cachetools 5.3.3
  • certifi 2024.2.2
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.2
  • ecdsa 0.18.0
  • frozenlist 1.4.1
  • google-api-core 2.18.0
  • google-auth 2.29.0
  • google-cloud-core 2.4.1
  • google-cloud-storage 2.16.0
  • google-crc32c 1.5.0
  • google-resumable-media 2.7.0
  • googleapis-common-protos 1.63.0
  • grpcio 1.62.2
  • h11 0.14.0
  • idna 3.7
  • jsonschema 4.21.1
  • jsonschema-specifications 2023.12.1
  • msgpack 1.0.8
  • multidict 6.0.5
  • numpy 1.26.4
  • packaging 24.0
  • pandas 2.2.2
  • proto-plus 1.23.0
  • protobuf 4.25.3
  • pyasn1 0.6.0
  • pyasn1-modules 0.4.0
  • pycryptodome 3.20.0
  • pydantic 1.10.15
  • python-dateutil 2.9.0.post0
  • pytz 2024.1
  • referencing 0.34.0
  • requests 2.31.0
  • rpds-py 0.18.0
  • rsa 4.9
  • six 1.16.0
  • typing-extensions 4.11.0
  • tzdata 2024.1
  • uagents 0.10.0
  • uagents-ai-engine 0.1.2
  • urllib3 2.2.1
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.4
integrations/fetchai-blockchain/pyproject.toml pypi
  • google-cloud-storage ^2.14.0
  • pandas ^2.2.1
  • python >=3.10,<3.12
  • uagents ^0.10.0
  • uagents-ai-engine ^0.1.2
integrations/finbert/poetry.lock pypi
  • aiohttp 3.8.5
  • aiosignal 1.3.1
  • apispec 6.3.0
  • async-timeout 4.0.3
  • attrs 23.1.0
  • bech32 1.2.0
  • certifi 2023.7.22
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.1
  • ecdsa 0.18.0
  • frozenlist 1.4.0
  • googleapis-common-protos 1.60.0
  • grpcio 1.51.1
  • h11 0.14.0
  • idna 3.4
  • jsonschema 4.19.0
  • jsonschema-specifications 2023.7.1
  • msgpack 1.0.5
  • multidict 6.0.4
  • packaging 23.1
  • protobuf 4.24.3
  • pycryptodome 3.18.0
  • pydantic 1.10.12
  • python-dateutil 2.8.2
  • referencing 0.30.2
  • requests 2.31.0
  • rpds-py 0.10.2
  • six 1.16.0
  • typing-extensions 4.7.1
  • uagents 0.6.0
  • urllib3 2.0.4
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.2
integrations/finbert/pyproject.toml pypi
  • python >=3.10,<3.12
  • requests ^2.31.0
  • uagents *
integrations/github-api/requirements.txt pypi
  • pydantic ==2.8.2
  • pydantic_core ==2.20.1
  • requests ==2.32.3
  • uagents ==0.14.0
  • uagents-ai-engine ==0.4.0
integrations/langchain-rag/poetry.lock pypi
  • 119 dependencies
integrations/langchain-rag/pyproject.toml pypi
  • cohere ^5.11.4
  • faiss-cpu ^1.9.0.post1
  • langchain ^0.3.7
  • langchain-cohere ^0.3.2
  • langchain-community ^0.3.7
  • langchain-openai ^0.2.9
  • openai ^1.54.5
  • python >=3.10,<3.12
  • requests ^2.31.0
  • tiktoken ^0.8.0
  • uagents ^0.17.1
  • uagents-ai-engine ^0.6.0
  • unstructured ^0.16.5
  • validators ^0.34.0
integrations/langchain-seo/poetry.lock pypi
  • aiohttp 3.9.3
  • aiosignal 1.3.1
  • anyio 4.3.0
  • apispec 6.6.0
  • async-timeout 4.0.3
  • attrs 23.2.0
  • beautifulsoup4 4.12.3
  • bech32 1.2.0
  • certifi 2024.2.2
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.2
  • dataclasses-json 0.6.4
  • distro 1.9.0
  • ecdsa 0.18.0
  • exceptiongroup 1.2.0
  • frozenlist 1.4.1
  • googleapis-common-protos 1.63.0
  • greenlet 3.0.3
  • grpcio 1.62.1
  • h11 0.14.0
  • httpcore 1.0.4
  • httpx 0.27.0
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • jsonschema 4.21.1
  • jsonschema-specifications 2023.12.1
  • langchain 0.1.12
  • langchain-community 0.0.28
  • langchain-core 0.1.32
  • langchain-openai 0.0.8
  • langchain-text-splitters 0.0.1
  • langsmith 0.1.27
  • marshmallow 3.21.1
  • msgpack 1.0.8
  • multidict 6.0.5
  • mypy-extensions 1.0.0
  • numpy 1.26.4
  • openai 1.14.1
  • orjson 3.9.15
  • packaging 23.2
  • playwright 1.42.0
  • protobuf 4.25.3
  • pycryptodome 3.20.0
  • pydantic 1.10.14
  • pyee 11.0.1
  • python-dateutil 2.9.0.post0
  • python-dotenv 1.0.1
  • pyyaml 6.0.1
  • referencing 0.34.0
  • regex 2023.12.25
  • requests 2.31.0
  • rpds-py 0.18.0
  • six 1.16.0
  • sniffio 1.3.1
  • soupsieve 2.5
  • sqlalchemy 2.0.28
  • tenacity 8.2.3
  • tiktoken 0.6.0
  • tqdm 4.66.2
  • typing-extensions 4.10.0
  • typing-inspect 0.9.0
  • uagents 0.11.0
  • uagents-ai-engine 0.1.2
  • urllib3 2.2.1
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.4
integrations/langchain-seo/pyproject.toml pypi
  • beautifulsoup4 ^4.12.3
  • langchain ^0.1.12
  • langchain-community ^0.0.28
  • langchain-openai >=0.0.6
  • playwright ^1.42.0
  • python >=3.10,<3.12
  • python-dotenv ^1.0.1
  • uagents ^0.11.0
  • uagents-ai-engine ^0.1.2
integrations/langchain-website-summarizer/poetry.lock pypi
  • aiohttp 3.9.3
  • aiosignal 1.3.1
  • anyio 4.3.0
  • apispec 6.6.0
  • async-timeout 4.0.3
  • attrs 23.2.0
  • bech32 1.2.0
  • black 24.3.0
  • certifi 2024.2.2
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.2
  • dataclasses-json 0.6.4
  • distro 1.9.0
  • ecdsa 0.18.0
  • exceptiongroup 1.2.0
  • frozenlist 1.4.1
  • googleapis-common-protos 1.63.0
  • greenlet 3.0.3
  • grpcio 1.62.1
  • h11 0.14.0
  • httpcore 1.0.4
  • httpx 0.27.0
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • jsonschema 4.21.1
  • jsonschema-specifications 2023.12.1
  • langchain 0.1.12
  • langchain-community 0.0.28
  • langchain-core 0.1.32
  • langchain-openai 0.0.8
  • langchain-text-splitters 0.0.1
  • langsmith 0.1.27
  • marshmallow 3.21.1
  • msgpack 1.0.8
  • multidict 6.0.5
  • mypy-extensions 1.0.0
  • numpy 1.26.4
  • openai 1.14.1
  • orjson 3.9.15
  • packaging 23.2
  • pathspec 0.12.1
  • platformdirs 4.2.0
  • protobuf 4.25.3
  • pycryptodome 3.20.0
  • pydantic 1.10.14
  • python-dateutil 2.9.0.post0
  • pyyaml 6.0.1
  • referencing 0.34.0
  • regex 2023.12.25
  • requests 2.31.0
  • rpds-py 0.18.0
  • six 1.16.0
  • sniffio 1.3.1
  • sqlalchemy 2.0.28
  • tenacity 8.2.3
  • tiktoken 0.6.0
  • tomli 2.0.1
  • tqdm 4.66.2
  • typing-extensions 4.10.0
  • typing-inspect 0.9.0
  • uagents 0.11.0
  • uagents-ai-engine 0.1.2
  • urllib3 2.2.1
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.4
integrations/langchain-website-summarizer/pyproject.toml pypi
  • black ^24.3.0
  • langchain ^0.1.12
  • langchain-openai ^0.0.8
  • python >=3.10,<3.12
  • uagents *
  • uagents-ai-engine ^0.1.2
integrations/multilingual-agent/poetry.lock pypi
  • aiohttp 3.9.3
  • aiosignal 1.3.1
  • anyio 4.3.0
  • apispec 6.6.0
  • async-timeout 4.0.3
  • attrs 23.2.0
  • bech32 1.2.0
  • certifi 2024.2.2
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.2
  • dataclasses-json 0.6.4
  • ecdsa 0.18.0
  • exceptiongroup 1.2.0
  • frozenlist 1.4.1
  • googleapis-common-protos 1.63.0
  • greenlet 3.0.3
  • grpcio 1.62.1
  • h11 0.14.0
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • jsonschema 4.21.1
  • jsonschema-specifications 2023.12.1
  • langchain 0.1.12
  • langchain-community 0.0.28
  • langchain-core 0.1.32
  • langchain-text-splitters 0.0.1
  • langsmith 0.1.29
  • marshmallow 3.21.1
  • msgpack 1.0.8
  • multidict 6.0.5
  • mypy-extensions 1.0.0
  • numpy 1.26.4
  • orjson 3.9.15
  • packaging 23.2
  • protobuf 4.25.3
  • pycryptodome 3.20.0
  • pydantic 1.10.14
  • python-dateutil 2.9.0.post0
  • pyyaml 6.0.1
  • referencing 0.34.0
  • requests 2.31.0
  • rpds-py 0.18.0
  • six 1.16.0
  • sniffio 1.3.1
  • sqlalchemy 2.0.28
  • tenacity 8.2.3
  • typing-extensions 4.10.0
  • typing-inspect 0.9.0
  • uagents 0.11.0
  • urllib3 2.2.1
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.4
  • youtube-transcript-api 0.6.2
integrations/multilingual-agent/pyproject.toml pypi
  • langchain ^0.1.12
  • python >=3.10,<3.12
  • uagents 0.11.0
  • youtube-transcript-api ^0.6.2
integrations/openai-github-pr-review/poetry.lock pypi
  • aiohttp 3.9.3
  • aiosignal 1.3.1
  • apispec 6.5.0
  • async-timeout 4.0.3
  • attrs 23.2.0
  • bech32 1.2.0
  • black 24.2.0
  • certifi 2024.2.2
  • cffi 1.16.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • codedog 0.8.2
  • colorama 0.4.6
  • cosmpy 0.9.2
  • cryptography 42.0.5
  • dataclasses-json 0.5.14
  • deprecated 1.2.14
  • ecdsa 0.18.0
  • frozenlist 1.4.1
  • googleapis-common-protos 1.63.0
  • greenlet 3.0.3
  • grpcio 1.62.1
  • h11 0.14.0
  • idna 3.6
  • isort 5.13.2
  • jsonschema 4.21.1
  • jsonschema-specifications 2023.12.1
  • langchain 0.0.247
  • langsmith 0.0.92
  • marshmallow 3.21.1
  • msgpack 1.0.8
  • multidict 6.0.5
  • mypy-extensions 1.0.0
  • numexpr 2.9.0
  • numpy 1.26.4
  • openai 0.27.10
  • openapi-schema-pydantic 1.2.4
  • packaging 24.0
  • pathspec 0.12.1
  • platformdirs 4.2.0
  • protobuf 4.25.3
  • pycparser 2.21
  • pycryptodome 3.20.0
  • pydantic 1.10.14
  • pygithub 1.59.1
  • pyjwt 2.8.0
  • pynacl 1.5.0
  • python-dateutil 2.9.0.post0
  • python-gitlab 3.15.0
  • pyyaml 6.0.1
  • referencing 0.33.0
  • requests 2.31.0
  • requests-toolbelt 1.0.0
  • rpds-py 0.18.0
  • six 1.16.0
  • sqlalchemy 2.0.28
  • tenacity 8.2.3
  • tomli 2.0.1
  • tqdm 4.66.2
  • typing-extensions 4.10.0
  • typing-inspect 0.9.0
  • uagents 0.11.0
  • uagents-ai-engine 0.1.2
  • unidiff 0.7.5
  • urllib3 2.2.1
  • uvicorn 0.20.0
  • websockets 10.4
  • wrapt 1.16.0
  • yarl 1.9.4
integrations/openai-github-pr-review/pyproject.toml pypi
  • black ^24.2.0
  • codedog ^0.8.2
  • isort ^5.13.2
  • python >=3.10,<3.11
  • uagents ^0.11.0
  • uagents-ai-engine ^0.1.2
integrations/openai-whisper-large-v2/poetry.lock pypi
  • aiohttp 3.8.5
  • aiosignal 1.3.1
  • apispec 6.3.0
  • async-timeout 4.0.3
  • attrs 23.1.0
  • bech32 1.2.0
  • certifi 2023.7.22
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.1
  • ecdsa 0.18.0
  • frozenlist 1.4.0
  • googleapis-common-protos 1.60.0
  • grpcio 1.51.1
  • h11 0.14.0
  • idna 3.4
  • jsonschema 4.19.0
  • jsonschema-specifications 2023.7.1
  • msgpack 1.0.5
  • multidict 6.0.4
  • packaging 23.1
  • protobuf 4.24.3
  • pycryptodome 3.19.0
  • pydantic 1.10.12
  • python-dateutil 2.8.2
  • referencing 0.30.2
  • requests 2.31.0
  • rpds-py 0.10.3
  • six 1.16.0
  • typing-extensions 4.7.1
  • uagents 0.6.1
  • urllib3 2.0.4
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.2
integrations/openai-whisper-large-v2/pyproject.toml pypi
  • python >=3.10,<3.12
  • requests ^2.31.0
  • uagents *
integrations/spotify-integration/pyproject.toml pypi
integrations/stable-diffusion-v1-4/poetry.lock pypi
  • aiohttp 3.8.5
  • aiosignal 1.3.1
  • apispec 6.3.0
  • asn1crypto 1.5.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • bech32 1.2.0
  • bip-utils 2.7.1
  • blspy 2.0.2
  • cachetools 5.3.1
  • cbor2 5.4.6
  • certifi 2023.7.22
  • cffi 1.15.1
  • charset-normalizer 3.2.0
  • click 8.1.7
  • coincurve 17.0.0
  • colorama 0.4.6
  • cosmpy 0.8.0
  • crcmod 1.7
  • ecdsa 0.18.0
  • ed25519-blake2b 1.4
  • frozenlist 1.4.0
  • google-api-core 2.11.1
  • google-api-python-client 2.97.0
  • google-auth 2.17.3
  • google-auth-httplib2 0.1.0
  • googleapis-common-protos 1.60.0
  • grpcio 1.51.1
  • h11 0.14.0
  • httplib2 0.22.0
  • idna 3.4
  • jsonschema 4.19.0
  • jsonschema-specifications 2023.7.1
  • msgpack 1.0.5
  • multidict 6.0.4
  • packaging 23.1
  • pillow 10.0.0
  • protobuf 4.24.2
  • py-sr25519-bindings 0.2.0
  • pyasn1 0.5.0
  • pyasn1-modules 0.3.0
  • pycparser 2.21
  • pycryptodome 3.18.0
  • pydantic 1.10.12
  • pynacl 1.5.0
  • pyparsing 3.1.1
  • python-dateutil 2.8.2
  • referencing 0.30.2
  • requests 2.31.0
  • rpds-py 0.10.0
  • rsa 4.9
  • six 1.16.0
  • typing-extensions 4.7.1
  • uagents 0.5.1
  • uritemplate 4.1.1
  • urllib3 2.0.4
  • uvicorn 0.19.0
  • websockets 10.4
  • wheel 0.41.2
  • yarl 1.9.2
integrations/stable-diffusion-v1-4/pyproject.toml pypi
  • pillow ^10.0.0
  • python >=3.10,<3.12
  • requests ^2.31.0
  • uagents *
integrations/startup-idea-analyser/poetry.lock pypi
  • 198 dependencies
integrations/startup-idea-analyser/pyproject.toml pypi
  • crewai 0.36.0
  • langchain-google-genai 1.0.7
  • python >=3.10,<3.12
  • python-dotenv 1.0.1
  • requests ^2.31.0
  • uagents 0.14.0
  • uagents-ai-engine 0.4.0
integrations/t5-base/poetry.lock pypi
  • aiohttp 3.8.5
  • aiosignal 1.3.1
  • apispec 6.3.0
  • async-timeout 4.0.3
  • attrs 23.1.0
  • bech32 1.2.0
  • certifi 2023.7.22
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • cosmpy 0.9.1
  • ecdsa 0.18.0
  • frozenlist 1.4.0
  • googleapis-common-protos 1.60.0
  • grpcio 1.51.1
  • h11 0.14.0
  • idna 3.4
  • jsonschema 4.19.0
  • jsonschema-specifications 2023.7.1
  • msgpack 1.0.5
  • multidict 6.0.4
  • packaging 23.1
  • protobuf 4.24.3
  • pycryptodome 3.19.0
  • pydantic 1.10.12
  • python-dateutil 2.8.2
  • referencing 0.30.2
  • requests 2.31.0
  • rpds-py 0.10.3
  • six 1.16.0
  • typing-extensions 4.8.0
  • uagents 0.6.1
  • urllib3 2.0.4
  • uvicorn 0.20.0
  • websockets 10.4
  • yarl 1.9.2
integrations/t5-base/pyproject.toml pypi
  • python >=3.10,<3.12
  • requests ^2.31.0
  • uagents *
python/poetry.lock pypi
  • 135 dependencies
python/pyproject.toml pypi
  • aioresponses ^0.7.4 develop
  • mkdocs ^1.4.2 develop
  • mkdocs-material ^9.1.13 develop
  • pre-commit ^3.6.2 develop
  • pydoc-markdown ^4.8.2 develop
  • pytest ^7.1.3 develop
  • pytest-asyncio ^0.23.8 develop
  • pytest-order ^1.2.1 develop
  • ruff ^0.6.9 develop
  • aiohttp ^3.8.3
  • apispec ^6.0.2
  • bech32 ^1.2.0
  • cosmpy ^0.9.2
  • ecdsa ^0.19.0
  • fastapi ^0.111.0
  • fetchai-babble ^0.4.2
  • geopy ^2.3.0
  • msgpack ^1.0.4
  • pydantic ~2.8
  • pyngrok ^5.2.3
  • python >=3.9,<3.13
  • tortoise-orm ^0.19.2
  • uvicorn ~0.30.1
  • websockets ^10.4
python/src/uagents/setup.py pypi