Introducing Agent-o-rama: build, trace, evaluate, and monitor stateful LLM agents in Java or Clojure

Example agent 12export OPENAI_API_KEY=your_openai_key_here export TAVILY_API_KEY=your_tavily_key_here 123456789# Java instructions cd examples/java ./run-example com.rpl.agent.research.ResearchAgentExample # Clojure instructions cd examples/clj lein repl (require ‘[com.rpl.agent.research-agent :as research-agent]) (research-agent/run-agent) As the report is being generated or when it’s finished, you can open the Agent-o-rama UI at http://localhost:1974 . Here’s an example back and forth: Enter a topic: What’s the … Continue reading Introducing Agent-o-rama: build, trace, evaluate, and monitor stateful LLM agents in Java or Clojure