CoolFace
Apppublic

AgentraX/agent-saas-typescript-project-template

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

AI Agent

Deployed by AgentForge ๐Ÿš€

About

This is an AI agent for TypeScript Project Template in the saas domain.

Features

  • โ€”Domain: Saas
  • โ€”Model: qwen2.5-coder
  • โ€”Tools: 1 specialized tools

Available Tools

  • โ€”web_search: Perform a deep web search using Tavily and return structured results.

Usage

API Endpoint

POST /run

json
{
  "message": "Your question here",
  "session_id": "optional-session-id"
}

Example

bash
curl -X POST "https://huggingface.co/spaces/YOUR_USERNAME/agent-saas-typescript-project-template/run" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello, how can you help me?"}'

Response

json
{
  "status": "success",
  "agent_name": "AI Agent",
  "user_message": "Hello, how can you help me?",
  "agent_response": "...",
  "tools_available": [...],
  "timestamp": 1234567890.0
}

Other Endpoints

  • โ€”GET / - Agent info and health check
  • โ€”GET /config - Agent configuration
  • โ€”GET /health - Health check

Powered by AgentForge

Built with AgentForge - The fastest way to build and deploy AI agents.