3 Agents Online
479/1000 Calls

Customer Support Agent

Handles customer inquiries and support tickets

Edit

Basic Information

Status
Running
TypeRAG
RoleSupport
ModelGPT-4
Knowledge BaseSupport KB
Memory Usage256MB
Response Time1.2s

Model Configuration

ModelGPT-4
Price$0.03/1K tokens
Max Tokens4000

Knowledge Base

Vector store used for RAG capabilities

View Details →
NameSupport KB
TypeVector Store
StatusActive

Prompt Configuration

Versionv1.2
Template
You are a helpful customer support agent. Help the customer with their inquiry: {{input}}

Token Statistics

Model Price$0.03/1K tokens
Max Tokens4000
Total Tokens Used125,600
Input Tokens52,400
Output Tokens73,200
Total Cost$3.768

Usage Statistics

Total Calls234
Success Rate95%

API 集成

API 端点

POST https://api.agentstore.ai/v1/agents/1/chat

API Key

ask_live_....xxxx活跃

代码示例

cURL
curl https://api.agentstore.ai/v1/agents/1/chat \
  -H "Authorization: Bearer ask_live_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'
Python
import agentstore

client = agentstore.Client('ask_live_xxxxx')
response = client.chat.create(
    agent_id='1',
    messages=[
        {"role": "user", "content": "Hello"}
    ]
)

Runtime Logs

2024-01-31 15:30:25INFO

Successfully processed customer inquiry about product features

2024-01-31 15:28:12INFO

Retrieved relevant documentation from knowledge base

2024-01-31 15:25:45WARNING

High latency detected in API response

My Agents

Active agents status

Customer Support Agent
Online - Running for 2h 15m
Memory Usage: 256MB
234 calls
95% success rate
Data Analysis Agent
Online - Running for 5h 30m
Memory Usage: 512MB
156 calls
98% success rate
Code Helper Agent
Offline - Stopped 2m ago
Memory Usage: 0MB
89 calls
92% success rate

API Usage

Today's API calls

Total Calls
479
Success Rate
98.5%
Avg Response Time
245ms
479 / 1,000 calls (45% of daily limit)