Skip to main content
Ctrl+K

agent_framework SDK documentation

  • agent_framework
  • agent_framework_evaluator
  • GitHub
  • agent_framework
  • agent_framework_evaluator
  • GitHub

Section Navigation

  • agent_framework_evaluator.app
  • agent_framework_evaluator.auto_user_reply
  • agent_framework_evaluator.case_markdown
  • agent_framework_evaluator.cli
  • agent_framework_evaluator.evaluation
  • agent_framework_evaluator.initializer_catalog
  • agent_framework_evaluator.models
  • agent_framework_evaluator.runtime
  • agent_framework_evaluator.runtime.debug_subscriber
  • agent_framework_evaluator.runtime.runner_host
  • agent_framework_evaluator.runtime.session_runner
  • agent_framework_evaluator.runtime.setup_loader
  • agent_framework_evaluator.session_manager
    • SessionRecord
    • SessionManager
  • agent_framework_evaluator.usage
  • agent_framework_evaluator
  • agent_framework_evaluator.session_manager
  • SessionManager

SessionManager#

Module: agent_framework_evaluator.session_manager

class agent_framework_evaluator.session_manager.SessionManager[source]#

Bases: object

create_session(*, env_path='.env')[source]#
Parameters:

env_path (str)

Return type:

SessionRecord

get(session_id)[source]#
Parameters:

session_id (str)

Return type:

SessionRecord | None

pop(session_id)[source]#
Parameters:

session_id (str)

Return type:

SessionRecord | None

previous

SessionRecord

next

agent_framework_evaluator.usage

Show Source

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.17.1.