Skip to content

Commit

Permalink
Mention PLang as a source of inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 16, 2024
1 parent 4c5c3d5 commit 8bdec9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ This is an early work-in-progress. Follow [me on twitter](https://x.com/klntsky)

- [llm-lang (Racket)](https://github.com/wilbowma/llm-lang) - similar in spirit. Does not support meta-prompting, uses racket as the DSL host language.
- [genaiscript (Microsoft)](https://github.com/microsoft/genaiscript) - a JS library, does not follow the "prompt-first" approach
- [PLang](https://plang.is/) - a language for task automation. Uses LLMs for control flow.
- [LangChain prompt templates](https://python.langchain.com/docs/concepts/prompt_templates/) - only supports string substitution
- [Promptify](https://www.promptify.ai/explore) - focused on API creation.
- [Promptor](https://github.com/pikho/ppromptor) - prompt generator agent

0 comments on commit 8bdec9b

Please sign in to comment.