Skip to content

yangtao121/AquaAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AquaAgent

English | 中文

Video Demonstration

Check out our demo video:

AquaAgent Demo

Installation and Running Guide

1. Create Conda Environment

Create a Conda environment named aquaagent with Python 3.12:

conda create --name aquaagent python=3.12 -y

2. Activate Environment

Activate the aquaagent environment:

conda activate aquaagent

3. Install Dependencies

Install all required dependencies for sys_operator.py:

conda install -n aquaagent pyyaml -y
pip install langchain-core langchain-openai langchain langchain-community

4. Edit config

Edit the YAML file in the config folder according to your needs.

5. Run the Script

Run sys_operator.py in the activated environment:

python sys_operator.py

Dependency Overview

Key dependencies and their purposes:

  • pyyaml: Parses YAML configuration files.
  • langchain-core: Core functionality for LangChain.
  • langchain-openai: Integration with OpenAI.
  • langchain: Language model chaining operations.
  • langchain-community: Community-contributed tools and modules.

Troubleshooting

  1. Missing Dependencies:
    If a module is missing, install it with pip install <module_name>.

  2. Environment Conflicts:
    Recreate the Conda environment if dependency versions conflict.

  3. Configuration File:
    Ensure config/cloud.yaml exists and the path is correct.


Example Output

Successful execution will log system operation results.

About

Let llm assist you install or deploy any soft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages