Java agent repository generated by the Embabel project creator.
Starting point for your own agent development using the Embabel framework.
Add your magic here!
Illustrates:
- A simple agent
- Unit tests for an agent verifying prompts and hyperparameters
Run the shell script to start Embabel under Spring Shell:
cd scripts
./shell.shThere is a single example agent, WriteAndReviewAgent.
It uses one LLM with a high temperature and creative persona to write a story based on your input,
then another LLM with a low temperature and different persona to review the story.
When the Embabel shell comes up, use the story agent like this:
x "Tell me a story about...[your topic]"
