Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JSON Import/Export for Agents #15

Copy link
Copy link

Description

@gromdimon
Issue body actions

Overview

The current GAME framework lacks convenient methods to import/export agent configurations via JSON, similarly to one in the UI of GAME Sandbox.

Expected Behavior

  1. Import: Enable setting up agent parameters from a JSON file exported from the sandbox.
  2. Export: Allow saving the agent's configuration to a JSON file, similarly to sandbox export func.

Proposed API

  • Import:

    agent.from_json(json_path)

    Sets up the agent's parameters from a JSON configuration.

  • Export:

    agent.to_json(json_path)

    Saves the agent's current state to a JSON file.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.