Yuge Zhang
Yuge Zhang
+1 I think they actually have a pypi package reserved but forgot to update or abandoned... https://pypi.org/project/tinker-cookbook/ Agent-lightning team needs the package to build more reliable CI against Tinker.
Hi. I could not reproduce the problem. What's your operating system and what encoding are you using in your python file?
Please install from the official market place: https://marketplace.visualstudio.com/items?itemName=poml-team.poml
We (as POML team) don't have the plan to support cursor yet, because it's theoretically banned by Microsoft policy. I, myself, however can do that as a part-time effort when...
Check out the prompt gallery feature: https://microsoft.github.io/poml/latest/vscode/features/#prompt-gallery You can register a poml file and use @poml to invoke the prompt. I've been thinking about whether it's possible to add the...
Render the POML to a pure text format like markdown or XML before sending to deepseek model. POML is never meant to be sent to the model directly.
I doubt that output schema is supported in `langchainpomltemplate`. Would have to test it myself. Currently, you can define the output schema in langchain's approach and make that irrelevant to...
The website looks very interesting! I'll think about it. Maybe there are things we can do together.
POML is not an XML. It only resembles XML, or being "XML/HTML-like". I don't think it's reasonable to have a formal DOCTYPE for POML. It will be very inconvenient for...
I have my own built Code IntelliSense such as diagnostics, hover, auto completion in VSCode. I promise it's no worse than VSCode builtin support for XML, JSON or YAML, if...