CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/guide.md
examples/README.md
examples/agent_workflow.py
examples/cli_workflow.sh
examples/multi_machine.md
flanes/__init__.py
flanes/agent_sdk.py
flanes/budgets.py
flanes/cas.py
flanes/cli.py
flanes/completions.py
flanes/embeddings.py
flanes/evaluators.py
flanes/gc.py
flanes/git_bridge.py
flanes/mcp_server.py
flanes/plugins.py
flanes/project.py
flanes/remote.py
flanes/repo.py
flanes/serializable.py
flanes/server.py
flanes/state.py
flanes/templates.py
flanes/workspace.py
flanes.egg-info/PKG-INFO
flanes.egg-info/SOURCES.txt
flanes.egg-info/dependency_links.txt
flanes.egg-info/entry_points.txt
flanes.egg-info/requires.txt
flanes.egg-info/top_level.txt
flanes/web/app.js
flanes/web/index.html
flanes/web/style.css
tests/test_cas.py
tests/test_cli.py
tests/test_concurrent_agents.py
tests/test_edge_cases.py
tests/test_git_bridge.py
tests/test_integration.py
tests/test_limit_fixes.py
tests/test_limits_edge_cases.py
tests/test_phase1_fixes.py
tests/test_phase2.py
tests/test_phase5.py
tests/test_phase6.py
tests/test_phase7.py
tests/test_remote_sync.py
tests/test_repository.py
tests/test_state_manager.py
tests/test_stress.py
tests/test_workspace_manager.py