/7roxy

Proxy is an open source Artificial Intelligence (AI) Agent

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Read the Documentation

Local Setup

cargo install cargo-edit

Then you may just

cargo add <dependency>

cargo doc --all --open

cargo install cargo-watch

Daemon Usage

To listen:

cargo run --bin daemon -- --local-address "127.0.0.1:19324"
// OR
./bin/7daemon

Client Usage

To send:

cargo run --bin client -- --daemon-address "127.0.0.1:19324"
--set-directive "some directive"
// OR
./bin/7clieNt