Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.23 KB

File metadata and controls

29 lines (23 loc) · 1.23 KB

implementation-examples

Examples of implementations of OVON interoperability specifications.

OpenFloor installation note

openfloor is published on TestPyPI (not PyPI).

If you need to run code that imports openfloor, install it with:

pip install events==0.5
pip install --index-url https://test.pypi.org/simple/ --no-deps openfloor==0.1.4

See assistantClient setup for full local setup steps.

Agents and Templates

  • erin - Hallucination demo agent that intentionally includes at least one incorrect claim.
  • stella - Space and astronomy assistant backed by NASA APIs.
  • verity - Fact-checking agent that detects and mitigates hallucinations.
  • time-agent - World time agent for major cities.
  • agent-template - OpenFloor agent template with full event handling.

Earlier Specification Samples

These folders are based on earlier versions of the specifications and are kept for reference: