-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Version
0.1.11
Issue Type
- Select a issue type 👇
- Agent TARS Web UI (
@agent-tars/web-ui) - Agent TARS CLI (
@agent-tars/server) - Agent TARS Server (
@agent-tars/server) - Agent TARS (
@agent-tars/core) - MCP Agent (
@mcp-agent/core) - Agent Kernel (
@multimodal/agent) - Other (please specify in description)
Model Provider
- Select a model provider 👇
- Volcengine
- Anthropic
- OpenAI
- Azure OpenAI
- Other (please specify in description)
Problem Description
Step to reporduce
- Start Agent TARS Server
- Create a seesion
curl --location --request POST 'http://localhost:8888/api/sessions/create'{
"sessionId": "7oydcIJGJQcvaGdjbAQHz"
}- Query task
curl --location 'http://localhost:8888/api/sessions/query/stream' \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "7oydcIJGJQcvaGdjbAQHz",
"query": "Search the GUI Agent paper"
}'- Close server and relaunch it
- Query this task again
{"error":"Session not found"
Error Logs
No response
Reactions are currently unavailable