Skip to content

Conductr Cloud

Everything in AgentHub is available locally. However if you need a central repository for sharing results with your team you can use Conductr. You can use the railtownai package by following the snippet below to send your agent runs:

import railtracks as rt
from railtownai import upload_agent_run

my_flow = rt.Flow(
    "Flow Name",
    entry_point=SomeAgent,
    payload_callback=upload_agent_run # Your runs will be sent to Conductr automatically
)
Required API Keys

You will need the following keys set up on your project for the above

RAILTOWN_API_KEY=".."

Please refer to your Conductr project page at https://cndr.railtown.ai/ for more info.

For more information including deployments, evaluations, or logs, see the Conductr Observability Platform.