Skip to main content

Library of predefined freeact agent skills

Project description

Freeact Skills

Freeact Skills is a curated set of Python-based modules designed for integration with freeact agents. These skills offer a wide range of capabilities, from basic operations like internet searches to more advanced tasks such as Zotero library management, for example. In freeact applications, these skills are typically executed within ipybox sandboxed environments. While currently experimental, this repository will be continuously expanded to support more advanced skills over time.

Installation

Local installation

To install all skills, run:

pip install freeact-skills[all]

To install a specific skill, run one or more of:

# Readwise Reader integration
pip install freeact-skills[reader]

# Google search integration
pip install freeact-skills[search-google]

# Perplexity search integration
pip install freeact-skills[search-perplexity]

# Zotero integration
pip install freeact-skills[zotero]

ipybox installation

If you want to pre-install these skills on ipybox, install the ipybox package first:

pip install ipybox

Then create a dependencies.txt file with the following content:

# all skills (or alternatively a list of specific skills)
freeact-skills = {version = "*", extras = ["all"]}

Build an ipybox Docker image with the skills pre-installed:

python -m ipybox build -t your-image-tag -d dependencies.txt

Development

Clone the repository:

git clone https://github.com/gradion-ai/freeact-skills.git
cd freeact-skills

Create a new Conda environment and activate it:

conda env create -f environment.yml
conda activate freeact-skills

Install dependencies with Poetry:

poetry install --all-extras

Run tests:

pytest -s tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freeact_skills-0.0.3.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

freeact_skills-0.0.3-py3-none-any.whl (31.5 kB view details)

Uploaded Python 3

File details

Details for the file freeact_skills-0.0.3.tar.gz.

File metadata

  • Download URL: freeact_skills-0.0.3.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-51-generic

File hashes

Hashes for freeact_skills-0.0.3.tar.gz
Algorithm Hash digest
SHA256 c8db8b61fdd5a38f251ce1abe2eacde0d795e77827e720a5c78aaa75bc65fb60
MD5 fd5132b67f817cb7a3316ac23f6be5cc
BLAKE2b-256 7f88114ff21e3ab84bd429a61e04528e0bc424984f3e46fc6a5624907cc4e89d

See more details on using hashes here.

File details

Details for the file freeact_skills-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: freeact_skills-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 31.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-51-generic

File hashes

Hashes for freeact_skills-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05111bdc3e0cd043682d1d2cef987e82068bbd4e5515b5550a48ffe1adb43bad
MD5 01928e9cbe451db0da59a9a2fb086600
BLAKE2b-256 920db6ec7f66c88b7d9a52c63e276bb50bb37b1414d4d9a2b53529dff134b21b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page