LICENSE
README.md
pyproject.toml
src/langchain_pop/__init__.py
src/langchain_pop/agent.py
src/langchain_pop/middleware.py
src/pop/__init__.py
src/pop/cli.py
src/pop/io.py
src/pop/models.py
src/pop/schema.py
src/pop/validate.py
src/pop/adapters/__init__.py
src/pop/adapters/base.py
src/pop/adapters/crewai.py
src/pop/adapters/langchain.py
src/pop/integrations/__init__.py
src/pop/integrations/crewai/__init__.py
src/pop/integrations/crewai/bindings.py
src/pop/integrations/langchain/__init__.py
src/pop/integrations/langchain/bindings.py
src/pop/projections/__init__.py
src/pop/projections/crewai.py
src/pop/projections/langchain.py
src/pop/resources/schema/pop-persona.schema.json
src/pop/resources/schema/versions/pop-persona.v0.1.0.schema.json
src/pop_persona.egg-info/PKG-INFO
src/pop_persona.egg-info/SOURCES.txt
src/pop_persona.egg-info/dependency_links.txt
src/pop_persona.egg-info/entry_points.txt
src/pop_persona.egg-info/requires.txt
src/pop_persona.egg-info/top_level.txt
src/pop_protocol/__init__.py
src/pop_protocol/cli.py
src/pop_protocol/core.py
src/pop_protocol/adapters/__init__.py
src/pop_protocol/adapters/langchain.py
tests/test_adapter_classes.py
tests/test_adapter_contracts.py
tests/test_crewai_execution_helpers.py
tests/test_crewai_integration.py
tests/test_langchain_execution_bundle.py
tests/test_langchain_execution_contract.py
tests/test_langchain_execution_helpers.py
tests/test_langchain_installed_package_contract.py
tests/test_langchain_integration.py
tests/test_langchain_minimal_adoption_path.py
tests/test_langchain_optional_dependency.py
tests/test_schema_validation.py
tests/test_smoke.py