Files
wehub-resource-sync aa1a5d5763
CI / Release hygiene (push) Has been cancelled
CI / Python targeted tests (push) Has been cancelled
CI / Frontend build (push) Has been cancelled
Pages / Build and deploy public pages (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:17 +08:00

36 lines
1.1 KiB
ReStructuredText

Selected Python API
===================
This page names source files that are stable enough to inspect when extending GOD. It does not attempt to publish the whole upstream AgentSociety API.
Backend routers
---------------
- ``agentsociety2.backend.routers.god_setup``
- ``agentsociety2.backend.routers.live_experiments``
- ``agentsociety2.backend.routers.replay``
- ``agentsociety2.backend.routers.experiment_configs``
- ``agentsociety2.backend.routers.map_studio``
- ``agentsociety2.backend.routers.agent_skills``
Map services
------------
- ``agentsociety2.backend.services.map_packages``
- ``agentsociety2.backend.services.map_generation``
Replay services
---------------
- ``agentsociety2.backend.services.replay_catalog``
- ``agentsociety2.storage.replay_writer``
Custom agent/runtime paths
--------------------------
- ``agentsociety2.backend.services.custom``
- ``agentsociety2.agent``
- ``agentsociety/custom/agents/``
When adding public API documentation later, prefer documenting extension points used by GOD setup, Agent Studio, Map Studio, and PixelReplay before exposing broad internal modules.