LICENSE
README.md
pyproject.toml
setup.py
termux_aichain/__init__.py
termux_aichain/cli.py
termux_aichain.egg-info/PKG-INFO
termux_aichain.egg-info/SOURCES.txt
termux_aichain.egg-info/dependency_links.txt
termux_aichain.egg-info/entry_points.txt
termux_aichain.egg-info/top_level.txt
termux_aichain/core/__init__.py
termux_aichain/core/agent_types.py
termux_aichain/core/base.py
termux_aichain/core/local_agent.py
termux_aichain/core/parsers.py
termux_aichain/core/process_identity.py
termux_aichain/core/prompt.py
termux_aichain/core/schema.py
termux_aichain/core/splitters.py
termux_aichain/core/providers/__init__.py
termux_aichain/core/providers/bitnet.py
termux_aichain/core/providers/local_server.py
termux_aichain/core/providers/openai_compatible.py
termux_aichain/device/__init__.py
termux_aichain/device/ecosystem.py
termux_aichain/device/tools.py
termux_aichain/graph/__init__.py
termux_aichain/graph/agent.py
termux_aichain/graph/state.py
termux_aichain/memory/__init__.py
termux_aichain/memory/buffer.py
termux_aichain/memory/extractor.py
termux_aichain/memory/sqlite.py
termux_aichain/output/normalizer.py
termux_aichain/output/scanner.py
termux_aichain/serve/__init__.py
termux_aichain/serve/dashboard.py
termux_aichain/serve/server.py
termux_aichain/trace/__init__.py
termux_aichain/trace/tracer.py
tests/test_cli.py
tests/test_core_bitnet.py
tests/test_core_chain.py
tests/test_core_parser.py
tests/test_core_prompt.py
tests/test_core_provider.py
tests/test_core_splitter.py
tests/test_dashboard.py
tests/test_device.py
tests/test_ecosystem.py
tests/test_facade_ux.py
tests/test_graph_agent.py
tests/test_graph_state.py
tests/test_local_agent_modes.py
tests/test_local_server.py
tests/test_memory.py
tests/test_microscopic_edge_cases.py
tests/test_output_normalizer.py
tests/test_p0_release_blockers.py
tests/test_serve.py
tests/test_trace.py