We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alby2007/PLTM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•386 B
"""
Universal Learning System
PLTM learns from ANY source - the AGI path.
"""
from src.learning.universal_learning import UniversalLearningSystem, SourceType
from src.learning.batch_ingestion import BatchIngestionPipeline
from src.learning.continuous_learning import ContinuousLearningLoop, ManualLearningTrigger
from src.learning.cross_domain_synthesis import CrossDomainSynthesizer