Conversation
added 2 commits
April 17, 2026 15:12
- Add Docker support (Dockerfile, .dockerignore) for a self-contained,
cross-platform runtime; update README with Docker setup instructions
- Add .env.example and wire up python-dotenv so .env files are actually
loaded at startup (was documented but never implemented)
- Migrate from futurehouse_client to edison_client, renaming
FUTUREHOUSE_API_KEY → EDISON_API_KEY and updating all platform URLs
to platform.edisonscientific.com
- Fix JSONDecodeError in experimental_assay() by extracting JSON from
LLM responses bustly, handling markdown code-fenced output
- Add CLAUDE.md with codebase guidance for future development
SamCox822
requested changes
Apr 18, 2026
- Improve JSON parsing in assays.py to use re.search fallback - Rename _fh_client/_fh_client property to _edison_client/edison_client - Add comment clarifying get_default_llm_config() key injection pattern - Move jupyterlab to [dev] extras in pyproject.toml; remove from Dockerfile - Pin edison-client>=0.11 in pyproject.toml - Update README to remove outdated closed beta/Finch references Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
SamCox822
reviewed
Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker installation and improved JSON parsing