Skip to content

xSolutions365/fast-agent-mcp

Repository files navigation

🚀 fast-agent-mcp

A blazing-fast, configurable agent framework for Python using


🛠️ Quick Start

  1. The project assumes you are using uv for managing Python packages.Install uv (Python package manager):

    curl -Ls https://astral.sh/uv/install.sh

🔑 Configuration

  1. Add your API keys

    Export your OPENAI_API_KEY in the console:

    export OPENAI_API_KEY=your-key-here

    Verify your setup:

    fast-agent check
  2. Keep your secrets safe

    • Never commit fastagent.secrets.yaml to version control.
  3. Configure your agent

    • Edit fastagent.config.yaml to set your default model (default: gpt-4.1).

📄 Files

  • fastagent.secrets.yaml — API keys and secrets (keep private!)
  • fastagent.config.yaml — Agent configuration (model, settings, etc.)

📢 Tips

  • Run fast-agent check to validate configuration.
  • Open issues or view docs in the repo.

▶️ Run your agent

uv run playwright_agent.py

▶️ Build artifacts

Once Github actions complete the buld will output andtsore playwright-artifact file (compressed) which contains of the report, screenshots and traces

To view traces it is recommended to compress traces contents using command line to ensure the zip's root is the traces directory and it doesn't include extra parent folders.

cd <path-to-where-the-artifct-is-downloaded>/playwright-artifact
zip -r traces.zip traces/*

open traces.zip using https://trace.playwright.dev/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages