LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
POP/Embedder.py
POP/__init__.py
POP/api_registry.py
POP/context.py
POP/env_api_keys.py
POP/models.py
POP/prompt_function.py
POP/stream.py
POP/prompts/__init__.py
POP/prompts/fabric-improve_prompt.md
POP/prompts/json_formatter_prompt.md
POP/prompts/openai-json_schema_generator.md
POP/providers/__init__.py
POP/providers/deepseek_client.py
POP/providers/doubao_client.py
POP/providers/gemini_client.py
POP/providers/llm_client.py
POP/providers/local_client.py
POP/providers/ollama_client.py
POP/providers/openai_client.py
POP/utils/__init__.py
POP/utils/event_stream.py
POP/utils/http_proxy.py
POP/utils/json_parse.py
POP/utils/overflow.py
POP/utils/sanitize_unicode.py
POP/utils/validation.py
POP/utils/web_snapshot.py
POP/utils/oauth/__init__.py
agent/__init__.py
agent/agent.py
agent/agent_loop.py
agent/agent_types.py
agent/event_stream.py
agent/proxy.py
agent/tools/__init__.py
agent/tools/bash_exec_tool.py
agent/tools/example_tools.py
agent/toolsmaker/__init__.py
agent/toolsmaker/approvals.py
agent/toolsmaker/builder.py
agent/toolsmaker/loader.py
agent/toolsmaker/policy.py
agent/toolsmaker/registry.py
agent/toolsmaker/validator.py
agent_build/__init__.py
agent_build/agent0.py
pop_python.egg-info/PKG-INFO
pop_python.egg-info/SOURCES.txt
pop_python.egg-info/dependency_links.txt
pop_python.egg-info/requires.txt
pop_python.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api_registry.py
tests/test_bash_exec_tool.py
tests/test_chatroom_tool_creation_flow.py
tests/test_context_utils.py
tests/test_embedder.py
tests/test_env_api_keys.py
tests/test_prompt_function.py
tests/test_toolsmaker.py
tests/test_web_snapshot.py