Skip to content

Add synchronous variants of PlatformContextStore.store and similar methods #1621

@jezekra1

Description

@jezekra1

currently several SDK features do not have synchronous interface:

  • context store
  • request form
  • etc.

Add and test the synchronous implementation with synchronous agents:

@server.agent()
def agent(context):
    context.store_sync(...) # new
    context.yield_sync(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions