From idea to production in just few lines: Graph-Based Programmable Neuro-Symbolic LM Framework - a production-first LM framework built with decade old Deep Learning best practices
Stars
426
Forks
36
Watchers
426
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
244
commits
70
commits
18
commits
15
commits
7
commits
1
commits
feat: add prompt caching and the option to not use CoT for the agent reasoning (not needed for reasoning models)
5538fadView on GitHubfeat: add optional final instructions parameter for the function calling agent
41254e7View on GitHubfeat: Add created_at stamp for chat messages to allow agents and conversational app to reason over current time
bcc3fc3View on GitHubfix: don't try to extract reasoning content that yield inconsistent behavior depending on provider to only forward the reasoning effort
6f8b038View on GitHubfix: handle the fact that openai don't forward the thinking content and so we should keep the thinking field in that case
355d838View on GitHubfix: add more tests for reasoning and non-reasoning models
d04877eView on GitHubfeat: Handle gracefully reasoning and non-reasoning models
f73d46cView on GitHub