package llm import _ "embed" var ( //go:embed memory.md MemoryInstructions []byte //go:embed world_model_intro.md WorldModelIntro []byte )