Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fscherf/agent-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-kit

agent-kit is a collection of simple tools to make local and remote LLM and MCP development easier.

Demo

Demo

Simple Example MCP Tool:

import datetime

from agent_kit.decorators import mcp_tool


@mcp_tool(confirm=True)
def get_current_time():
    """
    Returns the current time as an ISO string.
    """

    return str(datetime.datetime.now().isoformat())

About

A collection of simple tools to make local and remote LLM and MCP development easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors