rebase.get_agentResolve a deployed agent handle.Signature rebase.get_agent(project: str, name: str | None = None) -> AgentHandle Example agent = rebase.get_agent("default/battery-agent") result = agent.act.remote(state={"soc": 0.5})rebase.endpointDeclare an HTTP endpoint for a function, workflow, or model.rebase.get_functionResolve a deployed function handle.