8000 GitHub - alex-crouch/faster-agent: Define, Prompt and Test MCP enabled Agents and Workflows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alex-crouch/faster-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord Pepy Total Downloads

faster Changes

Tip

SQL database support In your fastagent.config.yaml (config file) supply a database uri to read MCP server list from an SQL3 database.

otel:
  enabled: true # Enable or disable OpenTelemetry

database: "./examples/sqlite_servers/mcp_servers.db"

mcp:
  servers:

Tip

qdrant database support In your fastagent.config.yaml (config file) supply a database url to read MCP server list from a qdrant database.

otel:
  enabled: true # Enable or disable OpenTelemetry

qdrant_url: "http://localhost:6333"

mcp:
  servers:

fast caught up

Tip

Streamable HTTP Support

other files

rag_search.py: Searches qdrant database for relevant MCP servers.

tool_assignment.py: Adds tools to JSON agent description file based on requested tools.

kernel_compose.py: Generates agent file from a JSON agent description file.

About

Define, Prompt and Test MCP enabled Agents and Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • CSS 4.2%
  • Shell 0.1%
0