Skip to content

No tracing is happening #1

@Calderweis

Description

@Calderweis

I run the following with ollama locally but not able to get any recorded data to the frontend;

sudo ./agentsight record -c "python3 ollama_test.py"

import requests
import requests

data = {
    "model": "mistral",
    "prompt": "Tell me a joke about penguins.",
    "stream": False
}
response = requests.post("http://localhost:11434/api/generate", json=data)
print(response.json()["response"])

I have also tried running just this without any lucky either ;

sudo ./agentsight record -c "ls /tmp"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions