Test code snippets from langroid.language_models.base import LLMMessage, Role msg = LLMMessage( content="what is the capital of Bangladesh?", role=Role.USER, ) Maybe better syntax highlighting using shortcode 1 2 3 4 5 from langroid.language_models.base import LLMMessage, Role msg = LLMMessage( content="what is the capital of Bangladesh?", role=Role.USER, ) Test math notation A nice equation is $e^{i\pi} + 1 = 0$, which is known as Euler’s identity. Here is a cool equation too, and in display mode:...
Langroid Intro
Langroid: Harness LLMs with Multi-Agent Programming The LLM Opportunity Given the remarkable abilities of recent Large Language Models (LLMs), there is an unprecedented opportunity to build intelligent applications powered by this transformative technology. The top question for any enterprise is: how best to harness the power of LLMs for complex applications? For technical and practical reasons, building LLM-powered applications is not as simple as throwing a task at an LLM-system and expecting it to do it....