Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
An experimental rule system handy for intepreting user input, great for adding conversational features to apps. I thought of it as I walked around Prague on a sunny Spring day. This is not an official Microsoft project.
Major features of Prague:
Some types of applications you could build with Prague:
cd recipes\fluent
npm install
npm run build
(or npm run watch
to build on file changes)npm install -S prague-fluent
Past versions of Prague were based on the network message router pattern. Messages were routed through rules, resulting in a route. As Prague has evolved (or pragueressed, if you will), the message has disappeared as a first class object, and so Router and Route are legacy terminology. I am extremely open to suggestions for replacements.
A Router is a rule in the form of a function that produces an output called a Route.
There are several types of Routes:
A NoRoute is the failure output of a rule.
A DoRoute contains asynchronous code to run (do$ or do, depending if you prefer Observables or Promises).
The ultimate goal of a Prague rule system is either a DoRoute (run some code) or a NoRoute (don't do anything).
A MatchRoute contains information extracted out of the system, such as an intent and/or entities. It contains a typed value such as a string or an array of entities, and a score, which is a floating-point number between 0 and 1 representing confidence in this information.
A MatchRoute is not an end into itself.
A TemplateRoute contains a schemetized description of code to run, in the form action (name of action) and args (arguments to that function). The Templates class allows you to define a dictionary of such actions.
FAQs
FP helpers for games and chatbots
The npm package prague receives a total of 15 weekly downloads. As such, prague popularity was classified as not popular.
We found that prague demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.