Home / Class/ StateItems Class — langchain Architecture

StateItems Class — langchain Architecture

Architecture documentation for the StateItems class in server.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  244a6df1_82b4_ac35_f80e_d415c98d5344["StateItems"]
  91e9eb65_99fe_4463_ea22_add75adcc13a["server.py"]
  244a6df1_82b4_ac35_f80e_d415c98d5344 -->|defined in| 91e9eb65_99fe_4463_ea22_add75adcc13a

Relationship Graph

Source Code

libs/langchain/tests/mock_servers/robot/server.py lines 35–43

class StateItems(str, Enum):
    location = "location"
    walking = "walking"
    speed = "speed"
    direction = "direction"
    style = "style"
    cautiousness = "cautiousness"
    jumping = "jumping"
    destruct = "destruct"

Frequently Asked Questions

What is the StateItems class?
StateItems is a class in the langchain codebase, defined in libs/langchain/tests/mock_servers/robot/server.py.
Where is StateItems defined?
StateItems is defined in libs/langchain/tests/mock_servers/robot/server.py at line 35.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free