Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.05 KB

File metadata and controls

37 lines (25 loc) · 2.05 KB

Quickstart

This Quickstart introduces the core concepts required to work with the Summoner platform. You will begin with the communication infrastructure — TCP servers and clients — and progressively build toward agent orchestration using flows and asynchronous execution.

Quickstart overview

1. Core Communication Concepts

You will start with an overview of protocols and how TCP structures communication in Summoner:

  • Basicssituates Summoner's protocol layer on top of TCP

You will then explore how Summoner builds on TCP through conceptual illustrations:

  • Serverexplores how a TCP server handles connections and routes communication
  • Clientexplores how a TCP client fits into Summoner's architecture

2. Summoner Network Architecture

Next, we examine how the components interact within the broader system and how communication is mediated:

3. Agent Behavior and Execution Model

We then introduce agent orchestration concepts and execution models:

By completing this section, you will understand how to build and coordinate agents using the Summoner SDK — starting from raw network connections up to autonomous, flow-driven logic.

« Previous: Installation of the Summoner SDK    |    Next: Basics (Intro) »