Openhands integrated with aact
Project description
Openhands x AAct
Overview
This project integrates the Openhands framework with AAct to create a runtime environment for executing actions and handling events. The openhands_node.py file defines the OpenHands class, which is a node that processes actions and communicates with a runtime environment.
Project Structure
-
openhands/: Contains the core implementation of the Openhands node and related utilities.openhands_node.py: Main implementation of the OpenHands node.utils.py: Contains utility classes and functions, includingAgentActionandActionType.__init__.py: Marks the directory as a Python package.
-
examples/: Contains example configuration files.openhands_node.toml: Configuration file for running the OpenHands node.
-
pyproject.toml: Configuration file for managing dependencies with Poetry.
Installation
To set up the project, ensure you have Python 3.12 installed. Then, follow these steps:
-
Install Poetry: If you haven't already, install Poetry for dependency management.
curl -sSL https://install.python-poetry.org | python3 -
-
Install Dependencies: Navigate to the project directory and install the dependencies.
poetry install
Setting Up Environment Variables
To run the OpenHands node, you need to set up your environment variables. Follow these steps:
-
Obtain Modal API Keys:
- Sign Up / Log In: Go to the Modal website and sign up or log in to your account.
- Navigate to API Keys: Once logged in, navigate to the API keys section, usually found under account settings.
- Generate API Keys: Generate a new API key pair. You should receive a
MODAL_API_TOKEN_IDand aMODAL_API_TOKEN_SECRET. - Secure Your Keys: Store these keys securely. Do not share them publicly or commit them to version control.
-
Create a
.envFile: Copy theenv.examplefile to a new file named.envin the root of your project directory:cp env.example .env
-
Edit the
.envFile: Open the.envfile and replace the placeholder values with your actual API keys and URLs:MODAL_API_TOKEN_ID=your_actual_modal_api_token_id MODAL_API_TOKEN_SECRET=your_actual_modal_api_token_secret
Usage
Running the OpenHands Node
To run the OpenHands node with the provided configuration, use the following command:
poetry run aact run-dataflow examples/openhands_node.toml
Upon successful execution, you should see output similar to the following:
16:41:26 - openhands:INFO: openhands_node.py:120 - --------------------
16:41:26 - openhands:INFO: openhands_node.py:121 - RUNTIME CONNECTED
16:41:26 - openhands:INFO: openhands_node.py:122 - --------------------
16:41:26 - openhands:INFO: openhands_node.py:127 - Runtime initialization took 157.77 seconds.
Troubleshooting
If you encounter a ModuleNotFoundError, ensure that:
- The directory structure is correct, and
openhands_node.pyis located in theopenhandsdirectory. - The
openhandsdirectory contains an__init__.pyfile. - The
pyproject.tomlfile includes theopenhandspackage in the[tool.poetry.packages]section.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or issues, please contact Arpandeep Khatua at arpandeepk@gmail.com.
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
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 aact_openhands-0.0.1.tar.gz.
File metadata
- Download URL: aact_openhands-0.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.2 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d52096c9cdd0d4f85d8504fe69312ac1314dd0fe93db255ea31c2670aaa0fa1
|
|
| MD5 |
e3b1fb636f901a8086e78f0b5d2c0e5f
|
|
| BLAKE2b-256 |
0c68da3f2242fd527427965c38fbae00730067cef0f38575f895a4def2596cfb
|
File details
Details for the file aact_openhands-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aact_openhands-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.2 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a446d6f79c8b51be57207032fbdee8e0defd93f14bb88a9874bbc619284b4ab
|
|
| MD5 |
29490fe52d8e29ca8ead4c9d5d921996
|
|
| BLAKE2b-256 |
bd76ce5a9ffaef657eba0e1ec7277cfc95778840105d330c93eb4db2f7c9d660
|