Portable PsyAgent Quick Start Guide
Get up and running with the portable psychological assessment agent system supporting local Ollama models and cloud-based LLMs.
Introduction
Portable PsyAgent is a portable psychological assessment agent system that supports multi-dimensional personality assessment, analysis evaluation, and stress testing of AI agents. This guide will help you quickly get started with the system.
Key Features: Multi-dimensional personality assessment, Big Five model, Ollama integration, batch analysis, stress testing, and detailed reporting.
System Requirements
- Python 3.8 or higher
- Windows, Linux, or macOS operating system
- Ollama (recommended for local models)
Installation Steps
Clone the Project
cd AgentPsyAssessment
Install Dependencies
Install Ollama (Recommended)
Windows
Download from https://ollama.ai/download
Linux
macOS
Download Recommended Models
ollama serve
# In a new terminal window, download models
ollama pull llama3:latest
ollama pull qwen3:8b
Quick Assessment
Run Basic Assessment
View Assessment Results
Assessment results will be saved in the llm_assessment/results/ directory.
Quick Analysis
Run Personality Analysis
View Analysis Report
Analysis reports will be generated in the analysis_reports/ directory in both JSON and Markdown formats.
Stress Testing Example
Run Assessment with Stress Testing
Parameter Description
--emotional-stress-level: Emotional stress level (0-4)--cognitive-trap-type: Cognitive trap typep: Paradox trapc: Circularity traps: Semantic fallacy trapr: Procedural trap
Batch Processing
Quick Batch Analysis
Complete Batch Analysis
Common Issues
Ollama Connection Failure
Check if Ollama service is running:
Model Not Found
Ensure the model is downloaded:
Insufficient Memory
Reduce batch processing size:
Ready to Start Assessing?
Begin your AI personality assessment journey with Portable PsyAgent.
Get Started Download Documentation