Skip to content

Addition of a Server #4

@AtakanTekparmak

Description

@AtakanTekparmak

The agent should also be runnable as an HTTP server for users who wish to run the agent locally and expose it (over an API with user management maybe). It should have methods along the lines of:

  • start_session(): Starts a session of an agent, returns an id
  • send_message(message: str, session_id: int, show_tool_calls: False): Sends a message to the agent, returns agent response and the tool calls if show_tool_calls is set to True
  • end_session(session_id: int): Ends the session

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions