Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.03 KB

Golang Agents for the Internet Computer (IC)

This repository provides autogenerated agents for interacting with various canisters on the Internet Computer (IC). These agents simplify the process of sending queries and updates to canisters using Golang.

Configuration

The configuration file that drives the agent generation can be found here: testdata/config.json.

Important Notes

  • Backward Compatibility:
    This library does not guarantee backward compatibility. Even if a Candid interface file remains backward compatible, the autogenerated code may not be. Users should account for potential changes when updating the library.

  • Versioning:
    This repository does not follow a release or tagging system. It is recommended to import the library using a specific commit hash to ensure stability.

  • Testing:
    The code in this repository is not tested. If you encounter any issues or bugs, please report them at:
    github.com/aviate-labs/agent-go