Getting Started
Environments
API
ClaudeWrapper
GoogleGenerativeAIWrapper
LLMClientWrapper
LLMResponse
OpenAIWrapper
ReplicateWrapper
create_llm_client()
process_image_claude()
process_image_openai()
InContextDataset
choice_excluding()
natural_sort_key()
Evaluator
load_secrets()
setup_environment()
summarize_env_progressions()
wandb_save_artifact()
ClaudeWrapper.__init__()
ClaudeWrapper.convert_messages()
ClaudeWrapper.generate()
GoogleGenerativeAIWrapper.__init__()
GoogleGenerativeAIWrapper.cache_icl_demo()
GoogleGenerativeAIWrapper.convert_messages()
GoogleGenerativeAIWrapper.extract_completion()
GoogleGenerativeAIWrapper.generate()
GoogleGenerativeAIWrapper.get_completion()
LLMClientWrapper.__init__()
LLMClientWrapper.generate()
LLMResponse.completion
LLMResponse.input_tokens
LLMResponse.model_id
LLMResponse.output_tokens
LLMResponse.reasoning
LLMResponse.stop_reason
OpenAIWrapper.__init__()
OpenAIWrapper.convert_messages()
OpenAIWrapper.generate()
ReplicateWrapper.__init__()
ReplicateWrapper.generate()
InContextDataset.__init__()
InContextDataset.check_seed()
InContextDataset.demo_path()
InContextDataset.demo_task()
InContextDataset.icl_episodes()
InContextDataset.load_incontext_actions()
InContextDataset.override_incontext_config()
Evaluator.__init__()
Evaluator.load_in_context_learning_episode()
Evaluator.run()
Evaluator.run_episode()