Spaces:
Sleeping
Sleeping
File size: 1,199 Bytes
a0efa20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | ---
title: AI Agent
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
# AI Agent
**Deployed by AgentForge** 🚀
## About
This is an AI agent for **Business** in the **generic** domain.
## Features
- **Domain**: Generic
- **Model**: gpt-4o
- **Tools**: 0 specialized tools
### Available Tools
## 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-generic-agent/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](https://agentforge.ai) - The fastest way to build and deploy AI agents.
|