Giter VIP home page Giter VIP logo

semantic-kernel-py-training's Introduction

Semantic Kernel (Python) - Training and Understanding

The beauty of Semantic Kernel relies on the elegant way that it orchestrate the communication with the LLMs, by providing concise and well-defined separations between semantic functions (those that expect an interaction with the LLM) from native functions (those that doesn't). Also, in a different strategy from LangChain, Semantic Kernel specializes in the communication with the LLM through a kernel of actions, which is more straighforward and in accordance with microservices architectural patterns.

About this repository

This is a repository majorly oriented to understand the capabilities and limitations of Semantic Kernel as a Python package. This repository is not meant to be used as a reference for extension, serving the only purpose of understanding the package semantics and overall strategies for using it.

Learning Objectives

  • Understand how to apply the concept of "Agents" with semantic kernel
  • Understand what a "Plan" is in the context of Semantic Kernel
  • Understand how to prepare Tools and plugins with Semantic Kernel

Agents

Agents are entities that control the flow of action and interaction with the user. They are empowered by the LLM (which is the "brain") and a set of tools and procedures that should be timelly called whenever you have the need in the logic flow of response.

From the perspective of Semantic Kernel orchestration, an AI agent is a modular abstraction that can possess a persona, can perform actions in response to user input, and can easily communicate with other agents. You might also view an agent from an AI-as-a-service perspective or as an autonomous worker.

Check this explanation on agents for SK And this is the official way of doing it

Context

Tooling and Plugins

semantic-kernel-py-training's People

Contributors

cataldir avatar dependabot[bot] avatar

Stargazers

John Carroll avatar Luiz Braz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.