Getting Started with PyCxsim ============================ Welcome to the "Getting Started" guide for PyCxsim! The beginner guide covers: * Agent basics * Overview of the important methods in the agent class (.execute_query() and execute_action()) * traits basics * tool basics * overview of how the agent is "prompted" * Artifact basics * How to create a simple artifact that allows agents in the environment to talk to each other * * Environment basics * * The intermediate guide covers: * How to create your own Artifact and Agent The advanced guide walks through: * How to create your own tab in the GUI * .. toctree:: :maxdepth: 2 :hidden: beginner intermediate advanced