Home: Cortex Fabric Documentation
This reference guide describes the base API client library to integrate with Cortex Fabric. Refer to the Cortex Fabric documentation for more info about how to use the library.
.. autoclass:: cortex.client.Client
:members:
:exclude-members: to_connector
.. autoclass:: cortex.client.Cortex
:members:
.. autoclass:: cortex.env.CortexEnv
:members:
.. autoclass:: cortex.experiment.local.LocalExperiment
:members:
.. autoclass:: cortex.experiment.Experiment
:members:
.. autoclass:: cortex.experiment.Run
:members:
.. autoclass:: cortex.experiment.RemoteRun
:members:
.. autoclass:: cortex.auth.AuthenticationClient :members:
.. autoclass:: cortex.connection.ConnectionClient
:members:
.. autoclass:: cortex.experiment.ExperimentClient
:members:
.. autoclass:: cortex.content.ManagedContentClient
:members:
.. autoclass:: cortex.session.SessionClient
:members:
.. autoclass:: cortex.secrets.SecretsClient
:members:
.. autoclass:: cortex.skill.SkillClient
:members:
.. autoclass:: cortex.message.Message
:members:
.. autoclass:: cortex.exceptions.CortexException :members:
.. autoclass:: cortex.exceptions.AuthenticationException :members:
.. autoclass:: cortex.exceptions.BadTokenException :members:
.. autoclass:: cortex.exceptions.ConfigurationException :members:
.. autoclass:: cortex.exceptions.APIException :members:
Cortex Fabric provides a collaborative platform for building, deploying, and managing trusted AI systems.
See the Cortex Fabric documentation.
The cortex-python-builders library is an add-on library for use with the base cortex-python library that helps with building actions and skills.
See the Cortex Python Builders Reference documentation.
The cortex-python-profiles library is an add-on for use with the base cortex-python library that helps with building and managing Profile-of-One profiles and schemas.