Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 00:55
· 159 commits to main since this release

   🚀 Features

  • agent-context:
    • Context failure patterns and mitigation  -  by @sabertazimi (a8327)
    • Agent memory type classification  -  by @sabertazimi (709d4)
    • Context engineering with langGraph state, store, and runtime  -  by @sabertazimi (00a12)
    • Tool context in LangGraph  -  by @sabertazimi (51582)
  • agent-langgraph:
    • LangGraph recipes  -  by @sabertazimi (ce13f)
    • Human in the Loop middleware  -  by @sabertazimi (4d686)
    • Dive into LangGraph  -  by @sabertazimi (6d18d)
    • SummarizationMiddleware conversation compression  -  by @sabertazimi (b6703)
    • Multi-agent supervisor  -  by @sabertazimi (90e63)
  • agent-middleware:
    • LangGraph @before_agent/@before_model middleware  -  by @sabertazimi (8960d)
    • LangGraph wrap_model_call middleware  -  by @sabertazimi (e3299)
  • ai-ml:
    • Bayesian classifier  -  by @sabertazimi (45a9e)
    • Naive Bayes classifier  -  by @sabertazimi (9ef09)
    • Ensemble learning fundamentals  -  by @sabertazimi (5dff5)
    • Decision tree information gain  -  by @sabertazimi (cb728)
    • Ensemble learning strategies  -  by @sabertazimi (96d5d)
    • Support vector properties  -  by @sabertazimi (726da)
    • Clustering distance metrics  -  by @sabertazimi (75e2e)
    • K-Means and DBSCAN clustering algorithms  -  by @sabertazimi (68aac)
    • KNN dimensionality curse explanation  -  by @sabertazimi (c3049)
    • PCA variance maximization  -  by @sabertazimi (d07a3)
    • L1, L2 and Elastic Net regularization  -  by @sabertazimi (befc4)
  • ai-rl:
    • Reinforcement learning standalone category  -  by @sabertazimi (ad896)
    • Set up mathematical foundation of reinforcement learning  -  by @sabertazimi (94457)
  • linux-arch:
    • Add MPV thumbfast and ModernZ plugins  -  by @sabertazimi (fcd16)
  • llm-rl:
    • KL divergence entropy cross-entropy decomposition  -  by @sabertazimi (f2fd6)

   🐞 Bug Fixes

  • agent-claude: Update plugin install commands to CLI syntax  -  by @sabertazimi (bdabc)
  • ai: \sum to \sum\limits KaTeX rendering  -  by @sabertazimi (329d4)
  • ai-llm: Eval to evaluation rename  -  by @sabertazimi (8b3cb)
  • web-javascript: Intl API cookbook  -  by @sabertazimi (36e91)
    View changes on GitHub