AgentraX/agent-saas-typescript-project-template
0
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
{
"message": "Your question here",
"session_id": "optional-session-id"
}Example
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
{
"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 checkGET /config- Agent configurationGET /health- Health check
Powered by AgentForge
Built with AgentForge - The fastest way to build and deploy AI agents.
