ECA Class
TheECA class is the main entry point for interacting with the REST API. It initializes all API endpoints and handles authentication.
Initialization
Available Endpoints
TheECA class provides access to the following API modules:
eca.ess- Episodic State Storage managementeca.sequence- Sequence managementeca.cortex- Prediction APIeca.document- Document managementeca.embedding- Embedding input managementeca.retrieval- Natural language query interfaceeca.response- ECA response management
Quick Example
Response Format
All API methods return a tuple of(response, status_code):
Next Steps
- Authentication - Learn about config and authentication
- ESS API - Manage episodic state storage
- Error Handling - Handle API errors