Skip to content

FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Xcode, Trae AI, Cluely & Orchids.app (And other Open Sourced) System Prompts, Tools & AI Models.

License

Notifications You must be signed in to change notification settings

sahiixx/system-prompts-and-models-of-ai-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Execute Agent

An interactive execute agent with a simple planning loop, tool registry, built-in tools (shell, filesystem, http, python eval), and pluggable model providers (echo, OpenAI, Ollama). Supports streaming and an optional web UI over Server-Sent Events (SSE).

Install

pip install -e .

For OpenAI provider:

pip install -e .[openai]
export OPENAI_API_KEY=... 

Usage

  • One-shot (streaming):
execute-agent --provider echo --stream "Use math.calc to compute 2*(3+4)/5"
  • REPL:
execute-agent --provider echo --stream

OpenAI:

export OPENAI_API_KEY=...
execute-agent --provider openai --model gpt-4o-mini --stream "Fetch https://example.com via web.get"

Ollama:

execute-agent --provider ollama --model llama3.1 --stream "Hello"

Web (SSE)

Install extras and run:

pip install -e .[web,openai,ollama]
uvicorn agent.runtime.web:app --reload --host 0.0.0.0 --port 8000

Open http://localhost:8000

Type exit to quit.

About

FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Xcode, Trae AI, Cluely & Orchids.app (And other Open Sourced) System Prompts, Tools & AI Models.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.8%
  • JavaScript 23.6%
  • HTML 9.9%
  • Shell 1.7%