| curl -X POST "http://10.0.0.3" \
|
| -H "Content-Type: application/json" \
|
| -d '{
|
| "name": "Security-Brain",
|
| "model": "qwen2.5-coder:7b",
|
| "agent_type": "memgpt_agent",
|
| "model_settings": {
|
| "model_endpoint_type": "ollama",
|
| "model_endpoint": "http://10.0.0.3:11434",
|
| "context_window": 8192
|
| },
|
| "memory_blocks": [
|
| {"label": "human", "value": "I am a security researcher on Parrot OS."},
|
| {"label": "persona", "value": "I am a persistent security brain that remembers our research."}
|
| ]
|
| }'
|