Class BlackboardTools

  • All Implemented Interfaces:

    
    public final class BlackboardTools
    
                        

    Tools for accessing objects in the current process blackboard.

    This is an UnfoldingTool that exposes sub-tools for:

    • Listing all objects

    • Getting objects by binding name

    • Getting the last object of a type

    • Describing/formatting objects

    • Counting objects of a type

    Uses AgentProcess.get to access the current process's blackboard.

    Example usage:

    val tools = BlackboardTools().create()
    // Add to an agentic tool
    SimpleAgenticTool("assistant", "...")
        .withTools(tools)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UnfoldingTool create(BlackboardEntryFormatter entryFormatter) Create an UnfoldingTool for blackboard access.
      final UnfoldingTool create() Create an UnfoldingTool for blackboard access.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait