{"openapi":"3.1.0","info":{"title":"WEED-SIM Web API","version":"0.1.0"},"paths":{"/":{"get":{"summary":"Root","operationId":"root__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/play":{"get":{"summary":"Play Page","operationId":"play_page_play_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/docs-hub":{"get":{"summary":"Docs Page","operationId":"docs_page_docs_hub_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/healthz":{"get":{"summary":"Healthz","operationId":"healthz_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/routes":{"get":{"summary":"Route Manifest","operationId":"route_manifest_api_routes_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/agent":{"get":{"summary":"Agent Page","operationId":"agent_page_agent_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/agent/models":{"get":{"summary":"Agent Models","operationId":"agent_models_api_agent_models_get","parameters":[{"name":"provider","in":"query","required":false,"schema":{"type":"string","default":"hf","title":"Provider"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/agent/chat":{"post":{"summary":"Agent Chat","operationId":"agent_chat_api_agent_chat_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentChatRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/lab":{"get":{"summary":"Lab Page","operationId":"lab_page_lab_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/deck":{"get":{"summary":"Deck Page","operationId":"deck_page_deck_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/deck/summary":{"get":{"summary":"Deck Summary","operationId":"deck_summary_api_deck_summary_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/deck/signals":{"get":{"summary":"Deck Signals","operationId":"deck_signals_api_deck_signals_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/selection":{"get":{"summary":"Get Selection","operationId":"get_selection_api_selection_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"summary":"Set Selection","operationId":"set_selection_api_selection_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelectionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/lab/germplasm":{"get":{"summary":"Lab Germplasm","operationId":"lab_germplasm_api_lab_germplasm_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/lab/predict-cross":{"post":{"summary":"Lab Predict Cross","operationId":"lab_predict_cross_api_lab_predict_cross_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/lab/newick":{"get":{"summary":"Lab Newick","operationId":"lab_newick_api_lab_newick_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/inventory":{"get":{"summary":"Get Inventory","operationId":"get_inventory_api_inventory_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/inventory/starter":{"post":{"summary":"Load Starters","operationId":"load_starters_api_inventory_starter_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/inventory/clear":{"post":{"summary":"Clear Inventory","operationId":"clear_inventory_api_inventory_clear_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/seed/{seed_id}/grow":{"post":{"summary":"Grow Seed","operationId":"grow_seed_api_seed__seed_id__grow_post","parameters":[{"name":"seed_id","in":"path","required":true,"schema":{"type":"string","title":"Seed Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/breed":{"post":{"summary":"Breed Seeds","operationId":"breed_seeds_api_breed_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BreedRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/clone":{"post":{"summary":"Clone Seed","operationId":"clone_seed_api_clone_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloneRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/image/{seed_id}/{size}":{"get":{"summary":"Get Seed Image","operationId":"get_seed_image_api_image__seed_id___size__get","parameters":[{"name":"seed_id","in":"path","required":true,"schema":{"type":"string","title":"Seed Id"}},{"name":"size","in":"path","required":true,"schema":{"type":"integer","title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/image_mature/{seed_id}/{size}":{"get":{"summary":"Get Mature Seed Image","operationId":"get_mature_seed_image_api_image_mature__seed_id___size__get","parameters":[{"name":"seed_id","in":"path","required":true,"schema":{"type":"string","title":"Seed Id"}},{"name":"size","in":"path","required":true,"schema":{"type":"integer","title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AgentChatRequest":{"properties":{"model":{"type":"string","title":"Model"},"messages":{"items":{},"type":"array","title":"Messages"},"provider":{"type":"string","title":"Provider","default":"hf"},"tools":{"anyOf":[{"items":{},"type":"array"},{"type":"null"}],"title":"Tools"},"tool_choice":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tool Choice","default":"auto"},"temperature":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Temperature","default":0.4},"max_tokens":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Tokens","default":1200}},"type":"object","required":["model","messages"],"title":"AgentChatRequest"},"BreedRequest":{"properties":{"parent1_id":{"type":"string","title":"Parent1 Id"},"parent2_id":{"type":"string","title":"Parent2 Id"}},"type":"object","required":["parent1_id","parent2_id"],"title":"BreedRequest"},"CloneRequest":{"properties":{"seed_id":{"type":"string","title":"Seed Id"}},"type":"object","required":["seed_id"],"title":"CloneRequest"},"CrossRequest":{"properties":{"parent1_id":{"type":"string","title":"Parent1 Id"},"parent2_id":{"type":"string","title":"Parent2 Id"},"n":{"type":"integer","title":"N","default":200}},"type":"object","required":["parent1_id","parent2_id"],"title":"CrossRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"SelectionRequest":{"properties":{"ids":{"items":{"type":"string"},"type":"array","title":"Ids","default":[]}},"type":"object","title":"SelectionRequest"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}