An AI Agent IaC tool that aims to make developing and deploying AI Agents easier.
Project description
woodwork-engine
Welcome to woodwork-engine, an AI Agent IaC tool that aims to make developing and deploying AI Agents easier.
Through defining components in a configuration language, an LLM will decompose the task into actionable steps, which can be executed using the supplied tools. We use latest research to inform design decisions, and we implement this as most of the setup is copy/paste across projects. Through only focussing on the necessary components of a system, this package should make designing custom, vertical agents much easier.
Table of Contents
Features
- A custom config language, woodwork (.ww files), allowing agent components to be declared
- Integrations and communication between components are handled
- Additional customisation or extension can be provided by implementing some of our interfaces
A roadmap is provided with details on future features.
Installation
- Run
pip install woodwork-engine: This gives access to thewoodworkCLI tool, along with the ability to parse and deploy AI Agent components from .ww files - Install the Woodwork extension on VSCode if relevant: This provides syntax highlighting and intellisense for code in .ww files
Usage
- Create a main.ww file and write some code: This file is where component declarations are read from. For some inspiration, consult the examples
- Run
woodwork init: This installs the necessary dependencies to run your components - Run
woodwork: This activates the components
Examples
For some examples, consult the examples folder. ENV variables are denotes by a '$', place a .env file in the same directory as the main.ww file and populate it with the necessary variables.
Contributing
To view the contributing guide for woodwork, the CONTRIBUTING.md file in the meta repository contains more information. We would love your help! Additionally, if you prefer working on other projects aligned with language servers or web development, woodwork-language and woodwork-website could be worth taking a look at.
License
woodwork-engine uses a GPL license, which can be read in full here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file woodwork_engine-0.2.1.tar.gz.
File metadata
- Download URL: woodwork_engine-0.2.1.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
403fd365fad6d35f6c6f21d3161cd6850d7cb391e190ded042511e69c9f01605
|
|
| MD5 |
31db781582d99e49cd42802078e46936
|
|
| BLAKE2b-256 |
4192e02a400abbd49791f2ae541248e74081eb4994dac1a09b8f58c696dd3e4b
|
File details
Details for the file woodwork_engine-0.2.1-py3-none-any.whl.
File metadata
- Download URL: woodwork_engine-0.2.1-py3-none-any.whl
- Upload date:
- Size: 45.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b814ce85918ad2461978c40009e44df1130aeaa27226bcd02764b80939ceb86a
|
|
| MD5 |
a0f5152890c13a0eb3b463143d4ed853
|
|
| BLAKE2b-256 |
5465c7abb40903c9ee54e748cc2747ec13f430c387176dec71d700497bb8ebd6
|