Ballerina AI Agent Library
This library provides functionality required to build ReAct Agent using Large Language Models (LLMs).
For more information, go to the module(s).
Building from the source
Setting up the prerequisites
-
Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
-
Download and install Ballerina Swan Lake.
Building the source
Execute the commands below to build from the source after installing Ballerina Swan Lake:
- To build the package:
bal build ./github
- To run the tests:
bal test ./github
Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
Code of conduct
All contributors are encouraged to read the Ballerina Code of Conduct.
Useful links
- Discuss code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server
- Post all technical questions on Stack Overflow with the #ballerina tag.